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