{{-- Laravel Mix - CSS File --}}
Home
My Trips
Contact
Profile
Logout
@auth('customers')
Home
My Trips
Contact
Profile
Logout
@else
Home
Contact
Sign in
@endauth
Start your sustainable journey here
From
@foreach($airports as $airport) @if($airport->city->count()>0)
iata_code) == 'FCO') selected @endif>{{ $airport->city->city_name}} , {{ $airport->airport_name }}-{{$airport->iata_code}}
@endif @endforeach
To
@foreach($airports as $airport) @if($airport->city->count()>0)
iata_code) == 'LHR') selected @endif>{{ $airport->city->city_name}} , {{ $airport->airport_name }}-{{$airport->iata_code}}
@endif @endforeach
Departure Date
Return Date
# of People Traveling
1 Traveller
2 Travellers
3 Travellers
4 Travellers
GO
@yield('content') @include('frontend::layouts.footer') {{-- Laravel Mix - JS File --}} @yield('scripts')