{{ $shift->name }}
{{ $shift->is_active ? 'Active' : 'Inactive' }}{{ $shift->code }} · {{ ucfirst($shift->type) }} · {{ $shift->start_time ?: 'Flexible' }}–{{ $shift->end_time ?: 'Flexible' }} · {{ $shift->break_minutes }} min break
{{ $shift->assignments->count() }} assignment(s){{ $shift->grace_minutes }} min graceOT × {{ $shift->overtime_multiplier }}
@foreach($shift->assignments->take(12) as $assignment){{ $assignment->employee?->full_name ?? $assignment->department?->name ?? $assignment->branch?->name }} · from {{ $assignment->effective_from->format('d M Y') }}@endforeach
@endif