@php $airlineModule = airlineModule() @endphp @if ($airlineModule)
{{-- --}}
{{-- {!! Form::select('aircraft_type_id', $aircraftTypes, null, ['class'=>'form-control', 'id'=>'aircraft_type_id']) !!}--}}
{{--Manual AC Type--}}
{!! Form::select('aircraft_id', $aircraft, null, ['class'=>'form-control', 'id'=>'aircraft_id']) !!}
{{--Manual AC--}}
@include("flight-watch.templates.form-flight-details-airline")
@if ($airlineModule)
@include('flight-tracker.layouts.flights-list-airline', ["flightsOPS" => [], "tableId" => "tableFltLine", "checkbox" => true])
@endif
@else {{-- @include("flight-watch.templates.form-flight-details-boxed")--}} @include("flight-watch.templates.form-flight-details") @endif