My Duty History

View your complete duty assignment history

Back to Profile

Duty Assignment History

@if($history->isEmpty())

No History Found

No duty assignment history matches your current filters.

@else
@foreach($history as $entry) @endforeach
DATE/TIME ACTION ZONE DUTY DATE CHANGES PERFORMED BY
{{ $entry->formatted_performed_at }}
{{ $entry->action_label }}
{{ $entry->zone->zone_code }}
{{ $entry->zone->zone_name }}
{{ $entry->duty_date->format('M j, Y') }}
{{ $entry->changes_summary }}
@if($entry->notes)
{{ $entry->notes }}
@endif
{{ $entry->performedBy->name }}
{{ ucfirst(str_replace('_', ' ', $entry->performedBy->role)) }}
{{ $history->links() }}
@endif