@if(isset($type) && $type === 'arr' || !isset($type)) @endif @if(isset($type) && $type === 'dep' || !isset($type)) @endif @foreach($flights as $flight) @if(isset($type) && $type === 'arr' || !isset($type)) @endif @if(isset($type) && $type === 'dep' || !isset($type)) @endif @endforeach
@lang('flights.flightnumber')@lang('airports.departure')@lang('airports.arrival')@lang('flights.dep') @lang('flights.arr')
{{ optional($flight->airline)->code.' '.$flight->flight_number }} {{ $flight->dpt_airport->full_name ?? $flight->dpt_airport_id }} {{ $flight->arr_airport->full_name ?? $flight->arr_airport_id }} {{ DT_FormatScheduleTime($flight->dpt_time) }} {{ DT_FormatScheduleTime($flight->arr_time) }}