@if(Auth::user()->hash == $hash)
+Add More
{{ Form::open(array('id'=>'addnewfleets','class'=>'form')) }}
Internet
Yes
No
Ship Name*
Ship Type
{{ Form::select('ship_type', $shipType, '', array('id'=>'ship_handled', 'class'=>'ship_type selectpicker')) }}
IMO Number
Flag
{{ Form::select('country',$countryArr, '' , array('id'=>'', 'class'=>'boxFill your_role country selectpicker')) }}
Year Built
{{ Form::selectRange('yearbuilt', 1950, date('Y'), '', ['class'=>'boxFill yearbuilt selectpicker']) }}
Deadweight
Main Engine Type
{{ Form::close() }} {{ Form::open(array('url' => 'uploadingmultipleimgs','class' => 'fleetDragImgForm')) }}
Browseor Drag and Drop your files
{{ Form::close() }}
@endif