@extends('layouts.default.app') @section('content')
@include('flash::message')

flights

@include('layouts.default.flights.table')

search

@endsection @section('scripts') @endsection