View your complete duty assignment history
No duty assignment history matches your current filters.
| 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)) }}
|