{!! Form::label('container_number', 'Container Number:') !!} {!! Form::text('container_number', null, ['class' => 'form-control container_number']) !!}
{!! Form::label('container_type', 'Container Type:') !!} {!! Form::select('container_type',['Standard'=>'Standard','Danger'=>'Danger','Ref'=>'Ref'], null, ['class' => 'form-control container_type']) !!}
{!! Form::label('container_size', 'Container Size:') !!} {!! Form::select('container_size',['40ft'=>'40ft','20ft'=>'20ft'], null, ['class' => 'form-control container_size']) !!}
{!! Form::label('seal_number', 'Seal Number:') !!} {!! Form::text('seal_number', null, ['class' => 'form-control seal_number']) !!}
{!! Form::label('terminal_location', 'Terminal Location:') !!} {!! Form::select('terminal_location',['default'=>'Default'], null, ['class' => 'form-control terminal_location']) !!}
{!! Form::label('roro_type', 'Roro Type:') !!} {!! Form::select('roro_type',['Selfdrive'=>'Selfdrive','Carcarier'=>'Carcarier'], null, ['class' => 'form-control']) !!}
{!! Form::label('chassis_number', 'Chassis Number:') !!} {!! Form::text('chassis_number', null, ['class' => 'form-control']) !!}
{!! Form::label('roro_location', 'Roro Location:') !!} {!! Form::select('roro_location',['default'=>'Default'], null, ['class' => 'form-control']) !!}
{!! Form::label('bb_type', 'Bb Type:') !!} {!! Form::select('bb_type',[ 'Construction'=>'Construction', 'Dangerous'=>'Dangerous Cargo', 'Cloth'=>'Cloth', 'Furniture'=>'Furniture', 'Food'=>'Food', 'Kitchen'=>'Kitchen', 'Spareparts'=>'Spareparts', 'Steel'=>'Steel', 'Tools'=>'Tools', 'Other'=>'Other'], null, ['class' => 'form-control']) !!}
{!! Form::label('plop', 'Plope Quantity:') !!} {!! Form::text('plope_quantity', null, ['class' => 'form-control pope_quantity']) !!}
{!! Form::label('dangerous', 'Danger Cargo:') !!}
{!! Form::label('weight', 'Weight:') !!} {!! Form::text('weight', $cargoheader->gross_weight, ['class' => 'form-control weight']) !!}
{!! Form::label('quantity', 'Quantity:') !!} {!! Form::text('quantity', $cargoheader->total_quantity, ['class' => 'form-control quantity']) !!}
{!! Form::label('description_of_good', 'Description Of Good:') !!} {!! Form::text('description_of_good', $cargoheader->good_description, ['class' => 'description_of_good form-control']) !!}
{!! Form::label('measurment', 'Measurment:') !!} {!! Form::text('measurment', $cargoheader->uom, ['class' => 'form-control measurment']) !!}
{!! Form::label('bill_of_ladding', 'Bill Of Ladding:') !!} {!! Form::text('bill_of_ladding', null, ['class' => 'form-control bill_of_ladding']) !!}
{!! Form::label('remark', 'Remark:') !!} {!! Form::text('remark', null, ['class' => 'form-control remark']) !!}

{!! Form::submit('Save', ['class' => 'btn btn-primary','id'=>'savedetail']) !!} Cancel