@extends('app') @section('title', 'flights') @section('content')
@include('flash::message')

{{ $title ?? 'Flights' }}

@include('flights.table')
@include('flights.nav') @include('flights.search')
{{ $flights->links('pagination.default') }}
@endsection @include('flights.scripts')