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

ឧបករណ៍ផ្ទុកសំណាក


@foreach($containerTypes as $k=>$containerType) @endforeach
{{__('laboratory.table_no')}} {{__('laboratory.table_action')}} {{__('general.code')}} {{__('ឈ្មោះ')}} {{__('អគារ')}} {{__('កម្រិតជីវសុវត្ថិភាព')}} {{__('laboratory.table_status')}}
{{($k+1) + (($_GET['page'] ?? 1) * 20) - 20}}
@if($containerType->record_status_id==0) @else @endif
{{$containerType->containerName->code}} {{$containerType->containerName->name}}
{!! $containerTypes->links('pagination.custom') !!}
@include('layout.footer')
@include('layout.common_script')