{!! Form::label('id', 'Id:') !!}

{!! $totruck->id !!}


{!! Form::label('cargo_header', 'Cargo Header:') !!}

{!! $totruck->cargo_header !!}


{!! Form::label('cargo_detail', 'Cargo Detail:') !!}

{!! $totruck->cargo_detail !!}


{!! Form::label('unstaff_quantity', 'Unstaff Quantity:') !!}

{!! $totruck->unstaff_quantity !!}


{!! Form::label('labour_association', 'Labour Association:') !!}

{!! $totruck->labour_association !!}


{!! Form::label('performed_by', 'Performed By:') !!}

{!! $totruck->performed_by !!}


{!! Form::label('total_quantity', 'Total Quantity:') !!}

{!! $totruck->total_quantity !!}


{!! Form::label('measurement', 'Measurement:') !!}

{!! $totruck->measurement !!}


{!! Form::label('weight', 'Weight:') !!}

{!! $totruck->weight !!}


{!! Form::label('package_weight', 'Package Weight:') !!}

{!! $totruck->package_weight !!}


{!! Form::label('last_service_type', 'Last Service Type:') !!}

{!! $totruck->last_service_type !!}


{!! Form::label('delivered_date', 'Delivered Date:') !!}

{!! $totruck->delivered_date !!}


{!! Form::label('officer', 'Officer:') !!}

{!! $totruck->officer !!}