@if(count($latest_airport) > 0)

Related Airports

@endif
@foreach ($latest_airport as $item)
{{ $item->title }}

{{ $item->short_description }}

@endforeach