{{$data->firstItem() + $key}} |
{{ $list->getAccount->name ?? '-' }}
{{-- {!! $list->getAccount->account_contact?$list->getAccount->account_contact->qualifications:'' !!}--}}
|
{{ $list->getOrganizatioDepartment->name ?? '-' }} |
|
@if(in_array('opd-doctor-prescription-list', $authRolePermissions))
|
@endif
@if(in_array('opd-doctor-holiday-list', $authRolePermissions))
|
@endif
web_booking=='1' ? 'checked' : '' !!} name="shift_id[{{ $list->id }}]">
|
app_booking=='1' ? 'checked' : '' !!} name="shift_id[{{ $list->id }}]">
|
status == '1' ? 'checked' : '' }}>
|
@if(in_array('doctor-edit', $authRolePermissions))
|
@endif
@if(in_array('doctor-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else