@extends('app')
@section('title', trans_choice('common.flight', 2))
@section('content')
@include('flash::message')
{{ trans_choice('common.flight', 2) }}
@include('flights.table')
@include('flights.nav')
@include('flights.search')
{{ $flights->withQueryString()->links('pagination.default') }}
@if (setting('bids.block_aircraft', false))
@include('flights.bids_aircraft')
@endif
@endsection
@include('flights.scripts')