@include('layout.header')
@include('layout.navbar') @include('layout.breadscrum')
@include('layout.sidebar')

{{__('laboratory.table_title')}}


@foreach($laboratories as $k=>$laboratory) @endforeach
{{__('laboratory.table_no')}} {{__('laboratory.table_action')}} {{__('laboratory.table_name_en')}} {{__('laboratory.table_name_kh')}} {{__('lab_profile.short_name')}} {{__('lab_profile.sample_numner_conf')}} {{__('lab_profile.patient_numner_conf')}} {{__('laboratory.table_status')}}
{{($k+1) + (($_GET['page'] ?? 1) * 20) - 20}}
@if($laboratory->record_status_id==0) @else @endif
{{$laboratory->name_en}} {{$laboratory->name_kh}} {{$laboratory->short_name}}
{!! $laboratories->links('pagination.custom') !!}
@include('layout.footer')
@include('layout.common_script')