@csrf
From Date
*
This field is required.
To Date
This field is required.
#
Shifts (Allow All Shifts)
Status
@if(count($appointment_shifts) > 0) @foreach ($appointment_shifts as $key => $shift)
{{$key+1}}
{{ ucfirst($shift->name) }}
shift_id==$shift->id?'checked':'' !!} type="radio" name="shift_id" value="{{$shift->id}}">
@endforeach @endif