@if(auth()->user()->can('doctor-fee-edit')) @endif @if(auth()->user()->can('doctor-fee-delete')) @endif @php $i=1;@endphp @if(count($data)>0) @foreach($data as $key=> $list) @if(auth()->user()->can('doctor-fee-edit')) @endif @if(auth()->user()->can('doctor-fee-delete')) @endif @php $i++; @endphp @endforeach @else @endif
Sl No Doctor Shift Consulting Fee StatusEditDelete
{{$data->firstItem() + $key}} {{ $list->getDoctor->getAccount->name ?? '-' }} {{ $list->getShift->name ?? '-' }} {{ $list->consulting_fees }}
status=='1' ? 'checked' : ''}}>
No Data Found