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

{{__('អគារ')}}


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