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

:message

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

:message

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

:message

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

:message

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

:message

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

:message

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

:message

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

:message

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

:message

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