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

{!! $cargoheader->id !!}


{!! Form::label('truck', 'Truck:') !!}

{!! $cargoheader->truck !!}


{!! Form::label('driver', 'Driver:') !!}

{!! $cargoheader->driver !!}


{!! Form::label('mode_type', 'Mode Type:') !!}

{!! $cargoheader->mode_type !!}


{!! Form::label('good_description', 'Good Description:') !!}

{!! $cargoheader->good_description !!}


{!! Form::label('uom', 'Uom:') !!}

{!! $cargoheader->uom !!}


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

{!! $cargoheader->total_quantity !!}


{!! Form::label('gross_weight', 'Gross Weight:') !!}

{!! $cargoheader->gross_weight !!}


{!! Form::label('mode_of_transport', 'Mode Of Transport:') !!}

{!! $cargoheader->mode_of_transport !!}


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

{!! $cargoheader->officer !!}


{!! Form::label('remark', 'Remark:') !!}

{!! $cargoheader->remark !!}


{!! Form::label('created_date', 'Created Date:') !!}

{!! $cargoheader->created_date !!}


{!! Form::label('t1', 'T1:') !!}

{!! $cargoheader->t1 !!}


{!! Form::label('cargo_declaration', 'Cargo Declaration:') !!}

{!! $cargoheader->cargo_declaration !!}