@foreach($totrucks as $totruck) @endforeach
Cargo Header Cargo Detail Unstaff Quantity Labour Association Performed By Total Quantity Measurement Weight Package Weight Last Service Type Delivered Date Officer Action
{!! $totruck->cargo_header !!} {!! $totruck->cargo_detail !!} {!! $totruck->unstaff_quantity !!} {!! $totruck->labour_association !!} {!! $totruck->performed_by !!} {!! $totruck->total_quantity !!} {!! $totruck->measurement !!} {!! $totruck->weight !!} {!! $totruck->package_weight !!} {!! $totruck->last_service_type !!} {!! $totruck->delivered_date !!} {!! $totruck->officer !!}
@section('footer_scripts') @stop