@forelse($today_schedule as $a)
@php $aStart = \Carbon\Carbon::parse(today()->toDateString().'T'.$a['time']); @endphp
{{ $a['time'] }}
{{ $a['end_time'] }}
{{ $a['patient']['name'] }}
{{ $a['patient']['file_number'] ?? '' }}
@if($a['patient']['phone'] ?? null) · {{ $a['patient']['phone'] }}@endif
{{ ['scheduled'=>'مجدول','confirmed'=>'مؤكد','checked_in'=>'وصل','in_progress'=>'قيد المعاينة','completed'=>'مكتمل','cancelled'=>'ملغي','no_show'=>'لم يحضر'][$a['status']] ?? $a['status'] }}
@empty
لا توجد مواعيد للدكتور اليوم
@endforelse