@extends('website.layouts.master', ['no_transparent_header' => false]) @section('title', "Book " . $unit->name . " trip حجز رحلة Destino Tours ") @section('description', "Book Now " . $unit->name . " trip احجز الان رحلة" . $unit->short_description . " | Destino Tours") @section('keywords', "trip, best trip price for " . $unit->name . ", رحلة in egypt", ", best trip, best trips price, " . $unit->name . " trip رحلة") @section('css') @endsection @section('content')
{{-- searching --}}
@csrf
{{-- for small devices (mobiles) --}}
Destination

Click Here to search

{{-- for large devices --}} {{-- destination --}}
Destination
{{-- from date --}}
From
{{-- to date --}}
To
{{-- submit --}}
{{-- for hotel search for small devices --}}
Search for the best hotels offers
@csrf
Destination
From
To
@foreach ($unit->tags as $item) {{ $item->tag->name }} @endforeach

{{ $unit->name }}

{{ $unit->destination->name }}

@if(!$type)

Started

{{ $unit->single_price }} L.E

Check Rooms
@else

Started

{{ $offer->sell }} L.E

Add To Cart @endif

4.5/5

Discover {{ $unit->name }}

{!! $unit->description !!}

{{-- rate --}}
No rate yet
{{-- related hotels --}}

Packages You Might Like

Here is a list of packages for you
Discover More
@foreach ($related_hotels as $item) @include('website.layouts.components.product_slider') @endforeach
@endsection @section('js') {{-- gallery lightbox --}} @endsection