@extends('admin.app') @section('title', 'Aircraft') @section('actions') @if(request()->get('subfleet'))
  • Export to CSV (Selected Subfleet Only)
  • @endif
  • Export to CSV
  • Import from CSV
  • New Aircraft
  • @endsection @section('content')
    @include('admin.aircraft.table') @if(filled($trashed))
    Trashed Aircraft Records
    @include('admin.aircraft.trash_table') @endif
    @endsection