Sl No | Doctor | Shift | Appointment Day | Priority | Add Days | Status | @if(in_array('appointment-doctor-schedule-edit', $authRolePermissions))Edit | @endif @if(in_array('appointment-doctor-schedule-delete', $authRolePermissions))Delete | @endif
---|---|---|---|---|---|---|---|---|
{{$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' : ''}}>
|
@if(in_array('appointment-doctor-schedule-edit', $authRolePermissions))
@endif @if(in_array('appointment-doctor-schedule-delete', $authRolePermissions)) | @endif |
No Data Found |