@foreach($totrucks as $talley) @endforeach
Container Info UoM Qty Weight Performed by Labour Assoc Created Date Action
{!! $talley->cargodetail->container_number !!}-{!! $talley->cargodetail->container_size !!} {!! $talley->measurement !!} {!! $talley->total_quantity !!} {!! $talley->weight !!} {!! $talley->performedby->name !!} {!! $talley->labourassociation->name !!} {!!date('Y-m-d', strtotime($talley->created_at)) !!}
@section('footer_scripts') @stop