Vessel Records
{!! Form::select('shipping_line_id',['' => 'Select Shipping Line'] + $page_data['shippedLine']->toArray() , null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('shipping_line_id', '

:message

') !!}
{!! Form::select('ports_id',['' => 'Select Port'] + $page_data['port']->toArray() , null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('ports_id', '

:message

') !!}
{!! Form::text('call_sign', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('call_sign', '

:message

') !!}
{!! Form::text('vessel', null, ['class' => 'typeahead m-wrap span12']) !!} {!! $errors->first('vessel', '

:message

') !!}
{!! Form::text('voyage', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('voyage', '

:message

') !!}
{!! Form::text('vgm', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('vgm', '

:message

') !!}
{!! Form::text('mates_receipt', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('mates_receipt', '

:message

') !!}
{!! Form::text('stack_open', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('stack_open', '

:message

') !!}
{!! Form::text('stack_close', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('stack_close', '

:message

') !!}
{!! Form::text('eta', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('eta', '

:message

') !!}
{!! Form::text('berth', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('berth', '

:message

') !!}
{!! Form::text('etd', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('etd', '

:message

') !!}
{!! Form::text('depature', null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('depature', '

:message

') !!}
{!! Form::select('status', ['Inactive', 'Active'], null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('status', '

:message

') !!}
{!! Form::submit(isset($submitButtonText) ? $submitButtonText : 'Create', ['class' => 'btn green']) !!}