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

{{__('general.sample_box')}}

@foreach($boxes as $k=>$box) @endforeach
{{__('laboratory.table_no')}} {{__('laboratory.table_action')}} {{__('general.code')}} {{__('general.name')}} {{__('general.rack')}} {{__('general.rows')}} {{__('general.columns')}} {{__('general.capacity')}} {{__('laboratory.table_status')}}
{{($k+1) + (($_GET['page'] ?? 1) * 20) - 20}}
@if($box->record_status_id==0) @else @endif
{{$box->code}} {{$box->name}} {{optional(optional($box->rack)->equipment)->name}} / {{optional($box->rack)->name}} {{$box->rows}} {{$box->columns}} {{$box->capacity}}
{!! $boxes->links('pagination.custom') !!}
@include('layout.footer')
@include('layout.common_script')