@if(in_array('opd-doctor-prescription-list', $authRolePermissions)) @endif @if(in_array('opd-doctor-holiday-list', $authRolePermissions)) @endif @if(in_array('doctor-edit', $authRolePermissions)) @endif @if(in_array('doctor-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(in_array('opd-doctor-prescription-list', $authRolePermissions)) @endif @if(in_array('opd-doctor-holiday-list', $authRolePermissions)) @endif @if(in_array('doctor-edit', $authRolePermissions)) @endif @if(in_array('doctor-delete', $authRolePermissions)) @endif @php $i++; @endphp @endforeach @else @endif
Serial No Name Department Doctor Shift Prescription Holiday SettingsWeb Booking App Booking StatusEditDelete
{{$data->firstItem() + $key}} {{ $list->getAccount->name ?? '-' }}
{{-- {!! $list->getAccount->account_contact?$list->getAccount->account_contact->qualifications:'' !!}--}}
{{ $list->getOrganizatioDepartment->name ?? '-' }} web_booking=='1' ? 'checked' : '' !!} name="shift_id[{{ $list->id }}]"> app_booking=='1' ? 'checked' : '' !!} name="shift_id[{{ $list->id }}]">
status == '1' ? 'checked' : '' }}>
No Data Found