@php $slug = request()->segment(count(request()->segments())); $currentCountry = $countries->firstWhere('url_identifier', $slug); $matchedAirports = $currentCountry ? $currentCountry->airports : collect(); $currentCountryCode = strtolower($currentCountry->iso_code); @endphp

Airports in

{{ $currentCountryCode }} Flag
{{ $countryName }}

    @foreach($countries as $country)
  • {{ $country->iso_code }} Flag {{ $country->name }}
  • @endforeach
@foreach ($matchedAirports as $airport)
@endforeach

Airports

@php $slug = request()->segment(count(request()->segments())); $currentCountry = $countries->firstWhere('url_identifier', $slug); $matchedAirports = $currentCountry ? $currentCountry->airports : collect(); $currentCountryCode = strtolower($currentCountry->iso_code); @endphp

Airport in

{{ $currentCountryCode }} Flag
{{ $countryName }}

    @foreach($countries as $country)
  • {{ $country->iso_code }} Flag {{ $country->name }}
  • @endforeach
@foreach ($matchedAirports as $airport)
@endforeach
Live Airport Stats
Mumbai(BOM)Today, 01 June 2025 | 14:30
  • Desc.

    Dom.

    Int'l.

    %

  • Departures

    320

    180

    500

  • Arrivals

    305

    187

    492

  • Landed

    250

    145

    80

  • Departed

    265

    143

    82

  • On Time

    330

    370

    76

  • Delayed

    40

    25

    35

  • Rescheduled

    20

    14

    7

  • Cancelled

    5

    4

    2

  • Pending Departure

    55

    37

    92

  • Pending Arrival

    92

    42

    97

sponsored