@if(isset($type) && $type != 'dpt') @endif @if(isset($type) && $type != 'arr') @endif @foreach($flights as $flight) @if(isset($type) && $type != 'dpt') @endif @if(isset($type) && $type != 'arr') @endif @endforeach
@lang('DBasic::common.airline') @lang('DBasic::common.flightno')@lang('DBasic::common.orig')@lang('DBasic::common.std') @lang('DBasic::common.sta')@lang('DBasic::common.dest')
{{ optional($flight->airline)->name }} {{ optional($flight->airline)->code.' '.$flight->flight_number }} {{ optional($flight->dpt_airport)->full_name ?? $flight->dpt_airport_id }} {{ DB_FormatScheduleTime($flight->dpt_time) }} {{ DB_FormatScheduleTime($flight->arr_time) }} {{ optional($flight->arr_airport)->full_name ?? $flight->arr_airport_id }}