@extends('website.layouts.master', ['no_transparent_header' => false]) @section('title', "Book " . $unit->name . " Hotel Now حجز فندق in " . $unit->destination->name ) @section('description', "Book " . $unit->name . " Hotel فندق حجز فندق in " . $unit->destination->name . " " . $unit->short_description . " | Destino Tours") @section('keywords', "hotel, book a hotel, book best hotel price for " . $unit->name . ", hotels in egypt, booking hotel, book hotel, best hotel, best hotels price, book hotels in " . $unit->destination->name . "," . $unit->name . " Hotel فندق") @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
{{-- qty --}}
Travelers
{{-- submit --}}
{{-- for hotel search for small devices --}}
Search for the best hotels offers
@csrf
Destination
From
To

Room and Traveler
  • Rooms
    + -

  • Adult
    + -
  • Children
    + -
@foreach ($unit->tags as $item) {{ $item->tag->name }} @endforeach

{{ $unit->name }}

A hotel with {{ $unit->stars }} Stars

{{ $unit->address }}

@if(!$type)

Total Price for {{ $different }} Nights

{{ $rooms->min('price') }} L.E

Check Rooms
@else
Choose date
@endif

4.5/5

Discover {{ $unit->name }}

{!! $unit->description !!}

Property Highlights
    @foreach ($unit->features as $item)
  • {{ $item->feature->name }}
  • @endforeach
{{-- airline --}}
No rate yet
@if(!$type) {{-- rooms --}}
Available Rooms
@foreach ($rooms as $item)
{{-- available rooms --}}
{{ $item->type->name }}
{{ $item->info }}
{{ $item->view->name }}
{{ $item->capacity }} People
{{ $item->meal->name }}

Total Price for {{ $different }} Nights per room

{{ $item->price }} L.E

Add To Cart
@endforeach
@endif {{-- related hotels --}}

Hotels You Might Like

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