@php $isEdit = $shift !== null; $startVal = old('start_time', $shift ? optional($shift->start_time)->format('H:i') : '08:00'); $endVal = old('end_time', $shift ? optional($shift->end_time)->format('H:i') : '17:00'); @endphp
{{ $message }}