@if(in_array('appointment-doctor-schedule-edit', $authRolePermissions)) @endif @if(in_array('appointment-doctor-schedule-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('appointment-doctor-schedule-edit', $authRolePermissions)) @endif @if(in_array('appointment-doctor-schedule-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Doctor Shift Appointment Day Priority Add Days StatusEditDelete
{{$data->firstItem() + $key}} {{ $list->getDoctor->getAccount->name ?? '-' }} {{ $list->getShift->name ?? '-' }} @php $days = explode(',', $list->day); @endphp @if (!empty($day)) @foreach ($days as $day) {{ daysOfWeek($day) ?? '-' }} @if (!$loop->last) , @endif @endforeach @endif {{$list->priority}}
{{-- Days --}}
status=='1' ? 'checked' : ''}}>
No Data Found