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