{!! $startrow !!}
{{ Form::open(array('id'=>'createofferjob','class'=>'form')) }}
{{ Form::select('rank_id', array('0'=> '-- Choose Rank --', 'Deck' => $deckRank, 'Engine' => $engineRank), $rank_id, array('class' => 'selectpicker dropdwn_consist jobrank'))}}
{{ Form::select('vessel_type_id', $shipType, $ship_type, array('id'=>'shipType','class' => 'selectpicker dropdwn_consist')) }}
{{ Form::text('joining_date', $joining_date, array('class'=>'text-field getuserfuturedate',"placeholder"=>"Joining Date")) }}
{{ Form::text('salary_offered', $salary_offered, array('class'=>'text-field number',"placeholder"=>"ex. 5000")) }}
{{ Form::select('currency_code', $currency, $cur_code, array('id'=>'currency','class'=>'selectpicker dropdwn_consist')) }}
{{ Form::text('vesselName', $shipname, array('class'=>'tags form-control text-field','placeholder'=>"Vessel Name")) }}
{{ Form::text('deatweight', $dwt, array('class'=>'deadweight form-control number text-field','placeholder'=>"DWT")) }}
{{ Form::text('yearBuilt', $yearbuilt, array('class'=>'yearbuilt form-control number text-field','placeholder'=>"Year built")) }}
{{ Form::textarea('comments_vessel', $detail, array('size' => '30x5','id'=>'vescomment','placeholder'=>"Any other Job detail / Requirement", 'class'=>'textarea-field')) }}
{{ Form::close() }}
{!! $endrow !!}