@extends('admin.app') @section('title', 'Flights') @section('actions')
  • Add New
  • @endsection @section('content')
    @include('admin.flights.table')
    @endsection