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

{{ __('flights.mybid') }}

@include('flights.table')
@endsection @include('flights.scripts')