@if (request()->is('hotel'))

{{ get_phrase('Hotel') }}

{{ $HotelBanner->title ?? '' }}

{{ $HotelBanner->description ?? '' }}

@php $cities = App\Models\HotelListing::select('city')->groupBy('city')->get(); $countries = App\Models\HotelListing::select('country')->groupBy('country')->get(); @endphp

{{ get_phrase('Category') }}

icon

{{ get_phrase('Type') }}

icon

{{ get_phrase('Cities') }}

icon

{{ get_phrase('Country') }}

@else
@endif