@php $currentAirlineId = isset($currentAirlineId) ? $currentAirlineId : '' @endphp
@if (count($flightNumbers))No | @lang("content.airline") | {{--Flight Type | --}}@lang("content.flight_number") | SVC TYPE | ATC C/S | @lang("content.departure_airport") | @lang("content.arrival_airport") | @lang("content.direction") | @lang("content.duration") | @lang("content.distance"), km | @lang("content.actions") |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $j + 1 }} | {{--{{ $each->flightType ? $each->flightType->type : "" }} | --}}{{ $each->airline ? ($each->airline->iata ." - ".$each->airline->airline) : "" }} | {{ $each->flight_number }} | {{ $each->flightType ? ($each->flightType->abbr ? $each->flightType->abbr : $each->flightType->type) : 'Empty' }} | {{ $each->cs }} | {{ $departureAirport }} | {{ $arrivalAirport }} | {{ $each->bound == 0 || !$each->bound ? "Outbound" : "Inbound" }} | {{ $each->duration }} | {{ $distance ? round($distance) : "" }} |