{!! @$startrow !!}
@if($jobposttype)
{{ Form::open(array('id'=>'createjob','class'=>'form')) }}
{{ Form::text('rank_title', $job_rnk, array('class'=>'text-field requiredField jobrank autocompleterank',"placeholder"=>"ex. master")) }}
{{ Form::text('vessel_type', $ves_title, array('class'=>'text-field requiredField jobshiptyp autocompleteshiptype',"placeholder"=>"ex. cargo ship")) }}
{{ Form::text('status_rank_exp', $experience, array('class'=>'text-field',"placeholder"=>"In months")) }}
{{ 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() }}
@else
{{ Form::open(array('id'=>'creategeneraljob','class'=>'form')) }}
{{ Form::select('general_rank_id', array('0'=> '-- Choose Rank --', 'Deck' => $deckRank, 'Engine' => $engineRank), $rank_id, array('class' => 'selectpicker dropdwn_consist generaljobrank'))}}