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

flights

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