@php // dd($rooms, $hotels, $prebook); @endphp @extends('user.components.layout') @push('css') @endpush @section('main')
@if(isset($hotels['hotels'][0]['Images']) && is_array($hotels['hotels'][0]['Images'])) @foreach($hotels['hotels'][0]['Images'] as $index => $image) @if($index < 5) Hotel Image {{ $index + 1 }} @endif @endforeach @endif
Gallery icon @if(isset($hotels['hotels'][0]['Images']) && is_array($hotels['hotels'][0]['Images']))

{{ count($hotels['hotels'][0]['Images']) }}+ Photos

@endif

{{ $hotels[0]['HotelName'] ?? 'Hotel Name' }}

@if(isset($hotels[0]['HotelRating']) && is_array($hotels[0]['HotelRating']))
@for($i = 0; $i < $hotels[0]['HotelRating']; $i++) @endfor @for($i = $hotels[0]['HotelRating']; $i < 5; $i++) @endfor
@endif
7.4
good
326 ratings

{{ $hotels[0]['Address'] ?? 'Address not available' }}

view on map

About

{!! $hotels[0]['Description'] ?? '

Description not available

' !!}

Popular facilities

@if(isset($hotels[0]['HotelFacilities']) && is_array($hotels[0]['HotelFacilities']))
    @foreach($hotels[0]['HotelFacilities'] as $facility)
  • {{ $facility }}

  • @endforeach
@endif

select your room

@foreach($rooms[0]['Rooms'] as $room)
@if(isset($hotels[0]['Images']) && is_array($hotels[0]['Images'])) @endif

{{ $room['Name'][0] ?? 'Room Name' }}

  • sleep 2
  • 1 double bed
  • lake view
  • 28 sq. mt.
  • bathrobes
  • hairdryers
  • mirror
  • toiletries
  • towels
  • wi-fi
  • satellite channels
@if(isset($room['Inclusion']) && !is_bool($room['Inclusion']))

{{ $room['Inclusion'] }}

@else

No inclusions available

@endif
  • non-refundable
  • free wifi
  • breakfast
  • parking
  • express check-in
26% off
@if(isset($room['DayRates'][0][0]['BasePrice']) && is_numeric($room['DayRates'][0][0]['BasePrice'])) {{ number_format($room['DayRates'][0][0]['BasePrice'], 2) }} @else Price not available @endif @if(isset($room['TotalFare']) && is_numeric($room['TotalFare']))

{{ number_format($room['TotalFare'], 2) }}

@else

Fare not available

@endif
@if(isset($room['TotalTax']) && is_numeric($room['TotalTax']))

+ {{ number_format($room['TotalTax'], 2) }} taxes & fees
per night for 1 room

@else

+ Taxes & fees not available
per night for 1 room

@endif
@endforeach

explore the area

{{ $hotels[0]['Address'] ?? 'Address not available' }}
@if(isset($hotels[0]['Map'])) View on Google Map @else Location not available @endif
@if(isset($hotels[0]['Map'])) @endif

8.0

Excellent
669 ratings
Cleanliness
7.5
Value for Money
6.5
Staff
8.0
Location
7.2

716 reviews

  • all reviews (716)
  • couple (434)
  • group (121)

exceptional

10

very nice

group India Jul 2024

Hotel facilities

{{-- @foreach (json_decode($hotel['hotel_amenities'], true) as $category => $amenities)

{{ ucfirst($category) }}

  • {{ $amenities['type'] }}
@endforeach --}}

Hotel policies

check-in

from 14:00

check-out

till 11:00

Children and extra beds

• All children are welcome.

infant 0-3 year(s)-

Stay for free if using existing bedding. Note, if you need a cot there may be an extra charge.

Children 4-5 year(s)-

Stay for free if using existing bedding. If you need an extra bed, it will incur an additional charge.

Guests above 6 year(s)-

Must use an extra bed which will incur an additional charge.

other-

Extra beds are dependent on the room you choose. Please check the individual room capacity for more details.

Property Information

  • Reception open until - 00:00
  • Reception open until - 00:00
  • Reception open until - 00:00
  • Reception open until - 00:00
  • Reception open until - 00:00
  • Reception open until - 00:00

Property Announcements

• Free Wi-Fi is only available in the lobby.

Please note that any changes in tax structure due to government policies will result in revised taxes, which will be applicable to all reservations and will be charged additionally during check out.

People also viewed

@include('user.hotels.bookingform') {{--
--}}
@endsection @push('js') @endpush