@extends('admin.app') @section('title', 'Expenses') @section('actions')
  • Add New
  • @endsection @section('content')
    @if(!filled($expenses))

    You must add a subfleet before you can add an aircraft!

    @else @include('admin.expenses.table') @endif
    @endsection