{!! Form::label('icao', 'ICAO:') !!} {!! Form::text('icao', null, ['class' => 'form-control']) !!}
{!! Form::label('name', 'Name:') !!} {!! Form::text('name', null, ['class' => 'form-control']) !!}
{!! Form::label('full_name', 'Full Name:') !!} {!! Form::text('full_name', null, ['class' => 'form-control']) !!}
{!! Form::label('registration', 'Registration:') !!} {!! Form::text('registration', null, ['class' => 'form-control']) !!}
{!! Form::label('active', 'Active:') !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel