@extends('layouts.newfront') @section('class_act_jobs') active @endsection @section('content')

Create A Job

Do everything with all of your Sea Documents from one place

{{ Form::open(array('id'=>'createjob','class'=>'form')) }}

Create A New Job

OR
{{ Form::select('rank_id', array('Deck' => $deckRank, 'Engine' => $engineRank), null,array('class' => 'selectpicker'))}}
{{ Form::select('vessel_type_id', $shipType,'', array('id'=>'shipType','class' => 'selectpicker')) }}

Qualification & Experience

{{ Form::select('license', $license, '', array('id'=>'shipType','class' => 'selectpicker')) }}

Contract Details

Months
{{ Form::text('joining_date', '', array('class'=>'text-type getuserdate',"placeholder"=>"Joining Date")) }}
{{ Form::select('currency_code', $currency,'', array('id'=>'currency','class'=>'selectpicker')) }}

About the ship

{{ Form::text('vesselName', '', array('class'=>'form-control text-type','placeholder'=>"Vessel Name")) }}
{{ Form::text('owner', '', array('class'=>'form-control text-type','placeholder'=>"Owner")) }}
{{ Form::text('yearBuilt', '', array('class'=>'form-control number text-type','placeholder'=>"In Months")) }}
{{ Form::text('deatweight', '', array('class'=>'form-control number text-type','placeholder'=>"In Months")) }}

Any Other Job Details

{{ Form::textarea('comments_vessel', '', array('size' => '30x5','id'=>'vescomment','placeholder'=>"Any other Job detail / Requirement", 'class'=>'text-area')) }} {{ Form::hidden('jobtype', '1', array('class'=>'form-control')) }}
{{ Form::close() }}
@stop