Job Positions

Define New Position

@csrf
@foreach($positions as $position) @endforeach
ID Position Title Created At
#{{ $position->id }} {{ $position->name }} {{ $position->created_at->format('M d, Y') }}
{{ $positions->links() }}