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

:message

') !!}
{!! Form::select('origin_port', ['' => 'Select Origin Port'] + $port->toArray() , null, ['id'=>'originport','class' => 'form-control arr']) !!} {!! $errors->first('origin_port', '

:message

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

:message

') !!}
{!! Form::select('destination_port', ['' => 'Select Origin Port'] + $port->toArray() , null, ['id'=>'destinationport','class' => 'form-control arr']) !!} {!! $errors->first('destination_port', '

:message

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

:message

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

:message

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

:message

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

:message

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

:message

') !!}
{!! Form::select('type', [''=>'Select Type','import'=>'Import','export'=>'Export'], null, ['class' => 'm-wrap span12']) !!} {!! $errors->first('type', '

:message

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

:message

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

:message

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