Duty Positions List

Generated on: {{ now()->format('M d, Y H:i A') }}

@foreach($positions as $index => $position) @endforeach
# Position Name Status Created At
{{ $index + 1 }} {{ $position->name }} {{ $position->active ? 'Active' : 'Inactive' }} {{ $position->created_at->format('M d, Y') }}