@foreach($totrucks as $totruck) @endforeach
T1 Container info Last Service Type Action
{!! $totruck->workorder->cargodetail->cargoheader->t1 !!} {!! $totruck->workorder->cargodetail->container_number !!} [{!! $totruck->workorder->cargodetail->container_size !!}] {!! $totruck->servicetype->name !!} @if($totruck->disabled) Pending @else @endif
@section('footer_scripts') @stop