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