@extends('website.layouts.master', ['no_header' => true, 'no_transparent_header' => false]) @section('title', "Book " . $tag->name. " Hotels, Trips, Packages") @section('description', "Book " . $tag->name . " Hotel, Trips, Visa, Packages, Transportation, and more" . $tag->short_description . " | Destino Tours") @section('keywords', "hotel, book a hotel, book best hotel price for " . $tag->name . ", hotels in egypt, booking hotel, book hotel, best hotel, best hotels price, book hotels in " . $tag->name . " Hotel فندق, trip, package, hotels," . $tag->name . " hotels - trips - package") @section('css') @endsection @section('content')
One of the best travel agencies in Egypt
@include('website.layouts.includes.topbar_transp')
@foreach ($tag->imgs as $item)

Discover

{{ $tag->name }}

{!! $tag->description !!}

@endforeach
@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
@csrf
Destination
From
To

Room and Traveler
  • Rooms
    + -

  • Adult
    + -
  • Children
    + -
{{-- for destination search for small devices --}}
Discover the world
@csrf
Destination
{{-- for hotel search for small devices --}}
Search your destination visa
@csrf
Destination
Arrival Date

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
@endsection @section('js') @endsection