@extends('app') @section('title', __('flights.mybid')) @include('theme_helpers') @php $units = isset($units) ? $units : DT_GetUnits(); $DBasic = isset($DBasic) ? $DBasic : check_module('DisposableBasic'); $DSpecial = isset($DSpecial) ? $DSpecial : check_module('DisposableSpecial'); $tour_codes = ($DSpecial) ? DS_GetTourCodes() : []; $auto_extend = (setting('bids.allow_multiple_bids') === false) ? 'show' : ''; @endphp @section('content') @if(!$flights->count())
You have no bids
@else
@include('flights.bids_card')
@endif @endsection @include('flights.scripts')