@extends('layouts.app') @section('header-title') {{ $airport->name }} {{ $airport->city->name }} {{ $airport->iata_code }}
{{ isset($secondaryLanguage) && $secondaryLanguage != 'en' ? Arr::get($translations, mb_strtolower($airport->name)) : '' }}
    @endsection @section('nav') @endsection @section('content') @include('layouts.partials.flights')
    @include('layouts.partials.videos')
    @include('layouts.partials.articles')
    @include('layouts.partials.routes')
    @endsection @push('scripts') @endpush