@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')}} {{__('lab_profile.short_name')}} {{__('laboratory.table_name_en')}} {{__('laboratory.table_name_kh')}}
{{($k+1) + (($_GET['page'] ?? 1) * 20) - 20}}
@if($laboratory->record_status_id==0) @else @endif
{{$laboratory->code}} {{$laboratory->name_en}} {{$laboratory->name_kh}}
{!! $laboratories->links('pagination.custom') !!}
@include('layout.footer')
@include('layout.common_script')