@extends($ajaxCall) @section('css') @stop @section('content') @include('setup.wizard', ['step' => 4])
Setup / Create Aircraft
@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {!! $error !!}
  • @endforeach
@endif {!! Form::open([ "class" => "form-horizontal", "method" => "POST", "url" => url('/setup/store-aircraft') ]) !!}
{!! Form::text('first_name', \request("first_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'first_name' ]) !!}
{!! Form::select('first_name', [], \request("first_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'first_name' ]) !!}
{!! Form::text('last_name', \request("last_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'last_name']) !!}
{!! Form::text('last_name', \request("last_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'last_name']) !!}
{!! Form::text('last_name', \request("last_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'last_name']) !!}
{!! Form::text('last_name', \request("last_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'last_name']) !!}
{!! Form::text('last_name', \request("last_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'last_name']) !!}
{!! Form::text('last_name', \request("last_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'last_name']) !!}
{!! Form::text('last_name', \request("last_name"), ['class'=>'form-control', 'placeholder'=>'', 'id'=>'last_name']) !!}
Add/Remove Aircraft
{!! Form::submit("Back", ['name' => 'Back', 'class' => 'btn btn-primary'])!!} {!! Form::submit("Next", ['name' => 'Next', 'class' => 'btn btn-success'])!!}
{!! Form::close() !!}
@endsection @section('js_scripts') @stop