No | @lang("content.name") | IATA | ICAO | @lang("content.city") | @lang("content.country") | {{--Elevation | --}} {{--Latitude | --}} {{--Longitude | --}}@lang("content.timezone") | @lang("content.operated") | @lang("content.email_forwarding") | @lang("content.actions") |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i + 1 }} | {{ $airport->name }} | {{ $airport->iata }} | {{ $airport->icao }} | {{ $airport->city ? $airport->city->city : "" }} | {{ $airport->country ? $airport->country->country : "" }} | {{--{{ $each->elevation }} | --}} {{--{{ $each->latitude }} | --}} {{--{{ $each->longitude }} | --}}UTC {{ getUTCOffset($airport->timezone) }} | {!! $airport->operated ? "" : "" !!} | {!! $airport->email_recipients && trim($airport->email_recipients) && !$airport->stop_emails ? "" : "" !!} |