@extends('website.layouts.master', ['no_header' => true, 'no_transparent_header' => false]) @section('title', "Destino Tours | " . $destination->name . " | Best Hotels Price in " . $destination->name ) @section('description', "Destino Tours | Discover " . $destination->name . " destination مدينة" . $destination->short_description . " | Best Trips Price in " . $destination->name . " | Best Package in " . $destination->name . " ارخص الفنادق في " . $destination->name . " | ارخص الرحلات الشاملة في " . $destination->name . " | ارخص وافضل الرحلات في" . $destination->name) @section('keywords', "Destination, Best Hotels Price in " . $destination->name . ", افضل الاسعار في " . $destination->name, ", best trips in " . $destination->name . ", best packages price in , " . $destination->name . " package رحلة شاملة") @section('css') @endsection @section('content')
One of the best travel agencies in Egypt
@include('website.layouts.includes.topbar_transp')
@foreach ($destination->imgs as $item)

Discover

{{ $destination->name }}

{{ $destination->short_description }}

@endforeach
@include('website.layouts.components.main_search', ['destination_page' => true, 'destination_slug' => $destination->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 Package search for small devices --}}
Search for your Package
@csrf
Destination
From
To

Discover {{ $destination->name }}

{{ $destination->short_description }}

@foreach ($articles as $item) @endforeach

Where To Stay In {{ $destination->name }}

Here is the top hotels in {{ $destination->name }}
Discover More
@if(count($hotels) > 0)
@foreach ($hotels as $item) @include('website.layouts.components.hotel_slider') @endforeach
@else
Working to add new item to {{ $destination->name }}
@endif

Package to {{ $destination->name }}

Here is our packages in {{ $destination->name }}
Discover More
@if(count($trips) > 0)
@foreach ($packages as $item) @include('website.layouts.components.product_slider') @endforeach
@else
Working to add new item to {{ $destination->name }}
@endif

What to do in {{ $destination->name }}

Here is our list of sightseeing in {{ $destination->name }}
Discover More
@if(count($trips) > 0)
@foreach ($trips as $item) @include('website.layouts.components.trip_slider') @endforeach
@else
Working to add new item to {{ $destination->name }}
@endif
@endsection @section('js') @endsection