Operational Masters

Shift Master

Configure operational shift windows (Morning, Evening, Night) with start & end times for driver duty assignment.

Total Shifts
{{ number_format($totalShifts) }} Configured
Active for Assignment
{{ number_format($activeShifts) }} Active
Duty Calculation
Automatic Start & End Datetimes
@if($search) @endif
@if($search || $statusFilter) @endif
@forelse($shifts as $shift) @empty @endforelse
# Shift Name Shift Code Time Window (From - To) Description Duties Linked Status Actions
{{ $loop->iteration }}
{{ $shift->name }}
{{ $shift->code ?? 'N/A' }}
{{ $shift->formatted_window }}
{{ $shift->description ?: 'No operational notes recorded.' }} {{ $shift->duties_count }} Duties

No shifts configured.

Click "Add Shift" above to define operational shifts.

@if($shifts->hasPages())
{{ $shifts->links() }}
@endif
@if($showForm)
{{ $editingId ? 'Edit Shift' : 'New Operational Shift' }}

{{ $editingId ? 'Edit Shift Master' : 'Add Shift Master' }}

@error('name') {{ $message }} @enderror
@error('code') {{ $message }} @enderror
@error('start_time') {{ $message }} @enderror
@error('end_time') {{ $message }} @enderror
@endif