@include('website.layouts.components.main_search', ['destination_page' => true, 'destination_slug' =>
$tag->slug])
{{-- for hotel search for small devices --}}
{{-- for hotel search for small devices --}}
Search for the
best hotels offers
{{-- for destination search for small devices --}}
Discover the
world
{{-- for hotel search for small devices --}}
Search your
destination visa
Where To Stay with {{ $tag->name }}
Here is the top hotels in {{ $tag->name }}
@foreach ($hotels as $item)
@include('website.layouts.components.hotel_slider')
@endforeach
Package with {{ $tag->name }}
Here is our packages with {{ $tag->name }}
@foreach ($packages as $item)
@include('website.layouts.components.product_slider')
@endforeach
What to do with {{ $tag->name }}
Here is our list of sightseeing in {{ $tag->name }}
@foreach ($trips as $item)
@include('website.layouts.components.trip_slider')
@endforeach