Configure operational shift windows (Morning, Evening, Night) with start & end times for driver duty assignment.
| # | Shift Name | Shift Code | Time Window (From - To) | Description | Duties Linked | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $shift->name }}
|
{{ $shift->code ?? 'N/A' }} |
|
{{ $shift->description ?: 'No operational notes recorded.' }} | {{ $shift->duties_count }} Duties |
|
|
|
No shifts configured. Click "Add Shift" above to define operational shifts. |
|||||||