{!! 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:') !!}