@extends('website.layouts.master', ['no_transparent_header' => false]) @section('css') @section('title', "Book " . $unit->name . " Package حجز باكيدج" ) @section('description', "Book " . $unit->name . " package رحلة شاملة" . $unit->short_description . " | Destino Tours ") @section('keywords', "book, booking package, best package price for " . $unit->name . ", رحلة شاملة in egypt", ", best package, best packages price, " . $unit->name . " package رحلة شاملة") @endsection @section('content')
{{-- searching --}}
@csrf
{{-- for small devices (mobiles) --}}
Destination

Click Here to search

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

{{ $unit->name }}

{{ $unit->destination->name }} @foreach ($unit->itinerary as $item) @if($unit->destination->name !== $unit->destination->name) - {{ $unit->destination->name }} @endif @endforeach

@if(!$type)

Started

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

Check Rooms
@else
Choose date
@endif

4.5/5

Discover {{ $unit->name }}

{!! $unit->description !!}

Includes
    @foreach ($unit->includes as $item)
  • {{ $item->include_exclude->name }}
  • @endforeach
Exclude
    @foreach ($unit->excludes as $item)
  • {{ $item->include_exclude->name }}
  • @endforeach
{{-- itinerary --}}
See the Package Itinerary
    @foreach ($unit->itinerary as $item)
  • Day {{ $item->day }}

    {{ $item->name }}

    {{ $item->info }}

    {{ __('basic.destination') }}

    {{ $item->destination->name }}
  • @endforeach
{{-- rate --}}
No rate yet
@if(!$type) {{-- rooms --}}
Available Pacakges
@if($unit->single_price > 0)
{{-- available rooms --}}
Single Room
Price for 1 person
1 Person

Total Price for 1 Person

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

Add To Cart
@endif @if($unit->double_price > 0)
{{-- available rooms --}}
Double Room
Price for 2 person
2 Person

Total Price for 2 Person

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

Add To Cart
@endif @if($unit->triple_price > 0)
{{-- available rooms --}}
Double Room
Price for 3 person
3 Person

Total Price for 3 Person

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

Add To Cart
@endif @if($unit->quad_price > 0)
{{-- available rooms --}}
Qouad Room
Price for 4 person
4 Person

Total Price for 4 Person

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

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

Packages You Might Like

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