@extends('admin.app') @section('content')

{!! $aircraft->name !!}

Edit

@include('admin.aircraft.show_fields')

fares

   Fares assigned to the current aircraft. These can be overridden, otherwise, the value used is the default, which comes from the fare.
@include('admin.subfleets.fares')
@endsection @section('scripts') @endsection