{{__('Medical Item Group')}}
| {{__('physician.table_no')}} | {{__('physician.table_action')}} | {{__('Medical Item Group')}} | {{--{{__('Is Vaccination')}} | --}}{{__('Description')}} | {{__('physician.table_status')}} |
|---|---|---|---|---|---|
| {{($k+1) + (($_GET['page'] ?? 1) * 20) - 20}} |
@if(\App\Http\Controllers\Helper\GlobalController::user_can(Auth::user()->role_id, ['update_medicine_group']))
@endif
@if($medicineGroup->record_status_id==0)
@else
@if(\App\Http\Controllers\Helper\GlobalController::user_can(Auth::user()->role_id, ['delete_medicine_group']))
@endif
@endif
|
{{$medicineGroup->name_en}} | {{----}} | {{$medicineGroup->description}} |
{!! $medicineGroups->links('pagination.custom') !!}