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

flights

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