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

{!! $cargodetail->id !!}


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

{!! $cargodetail->cargo_header_id !!}


{!! Form::label('cargo_type_id', 'Cargo Type Id:') !!}

{!! $cargodetail->cargo_type_id !!}


{!! Form::label('bill_of_ladding', 'Bill Of Ladding:') !!}

{!! $cargodetail->bill_of_ladding !!}


{!! Form::label('container_size', 'Container Size:') !!}

{!! $cargodetail->container_size !!}


{!! Form::label('container_number', 'Container Number:') !!}

{!! $cargodetail->container_number !!}


{!! Form::label('container_type', 'Container Type:') !!}

{!! $cargodetail->container_type !!}


{!! Form::label('interchange_id', 'Interchange Id:') !!}

{!! $cargodetail->interchange_id !!}


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

{!! $cargodetail->weight !!}


{!! Form::label('quantity', 'Quantity:') !!}

{!! $cargodetail->quantity !!}


{!! Form::label('destination', 'Destination:') !!}

{!! $cargodetail->destination !!}


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

{!! $cargodetail->description_of_good !!}


{!! Form::label('measurment', 'Measurment:') !!}

{!! $cargodetail->measurment !!}


{!! Form::label('roro_type', 'Roro Type:') !!}

{!! $cargodetail->roro_type !!}


{!! Form::label('chassis_number', 'Chassis Number:') !!}

{!! $cargodetail->chassis_number !!}


{!! Form::label('bb_type', 'Bb Type:') !!}

{!! $cargodetail->bb_type !!}


{!! Form::label('terminal_location', 'Terminal Location:') !!}

{!! $cargodetail->terminal_location !!}


{!! Form::label('roro_location', 'Roro Location:') !!}

{!! $cargodetail->roro_location !!}


{!! Form::label('truck_location', 'Truck Location:') !!}

{!! $cargodetail->truck_location !!}


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

{!! $cargodetail->remark !!}


{!! Form::label('roro_interchange_id', 'Roro Interchange Id:') !!}

{!! $cargodetail->roro_interchange_id !!}