@extends('app') @section('title', trans_choice('frontend.global.flight', 2)) @section('content')
@include('flash::message')

{{ $title ?? trans_choice('frontend.global.flight', 2) }}

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