@extends('Main.layout.app') @push('blogs_rel_url') @if ($airports->onFirstPage()) @if($airports->hasPages()) @endif @elseif($airports->onLastPage()) @else @endif @endpush @push('preload') @endpush @push('styles') @endpush @section('content')

Airport Information

Here you can find detailed information about all airports, their facilities where we are providing services.

Jodogo Service Location

@foreach ($airports as $item) @endforeach {{$airports->links() }}
@endsection