You must add a subfleet before you can add an aircraft!
@else {!! Form::open(['route' => 'admin.aircraft.store']) !!} @include('admin.aircraft.fields') {!! Form::close() !!} @endif@extends('admin.app') @section('title', 'Add Aircraft') @section('content')
You must add a subfleet before you can add an aircraft!
@else {!! Form::open(['route' => 'admin.aircraft.store']) !!} @include('admin.aircraft.fields') {!! Form::close() !!} @endif