@extends('layouts.front') @section('class_act_profile') active @endsection @section('header_bottom_part')
@endsection @section('content')
0
{{ Form::open(array('id'=>'updateseatimeinfo','class'=>'form')) }}

Add Sea Experience Add New

{{ Form::label('companyName', 'Company Name', array('class'=>'col-md-3 control-label')) }} {{ Form::text('companyName[]', '', array('class'=>'form-control companyName')) }} {{ Form::label('rank', 'Rank', array('class'=>'col-md-3 control-label')) }} {{ Form::select('rank[]', array('Deck' => $deckRank, 'Engine' => $engineRank), '', array('class'=>'rank'))}}
{{ Form::label('vesselName', 'Vessel Name', array('class'=>'col-md-3 control-label')) }} {{ Form::text('vesselName[]', '', array('class'=>'form-control vesselName tags')) }} {{ Form::label('flag', 'Flag', array('class'=>'col-md-3 control-label')) }} {{ Form::text('flag[]', '', array('class'=>'form-control flag')) }} {{ Form::label('signedOn', 'Signed On', array('class'=>'col-md-3 control-label')) }}
{{ Form::text('signedOn[]', '', array('class'=>'form-control datefrom signedOn')) }}
{{ Form::label('signedOff', 'Signed Off', array('class'=>'col-md-3 control-label')) }}
{{ Form::text('signedOff[]', '', array('class'=>'form-control dateto signedOff')) }}
{{ Form::label('typeOfVessel', 'Type Of Vessel', array('class'=>'col-md-3 control-label')) }} {{ Form::select('typeOfVessel[]', $shipType,'', array('id'=>'shipType', 'class'=>'typeOfVessel')) }} {{ Form::label('dwt', 'D.W.T.', array('class'=>'col-md-3 control-label')) }} {{ Form::text('dwt[]', '', array('class'=>'form-control dwt')) }}
{{ Form::label('engineType', 'Engine Type', array('class'=>'col-md-3 control-label')) }} {{ Form::text('engineType[]', '', array('class'=>'form-control engineType')) }} {{ Form::label('bhp', 'BHP', array('class'=>'col-md-3 control-label')) }} {{ Form::text('bhp[]', '', array('class'=>'form-control bhp')) }} {{ Form::label('kw', 'KW', array('class'=>'col-md-3 control-label')) }} {{ Form::text('kw[]', '', array('class'=>'form-control kw')) }}
{{ Form::close() }}
@include('partials.clone_uploadprofilesidebar')
My Sea Time Experience