@extends('user.components.layout') @push('css') @endpush @php // dd($hotel); @endphp @section('main')
@php // Slice the array to get only the first 5 images $imagesToShow = array_slice($hotel['hotel_images'], 0, 5); @endphp @foreach($imagesToShow as $image) Hotel Image @endforeach

{{ count($hotel['hotel_images'], true) }}+ Photos

{{ $hotel['hotel_rating'] }}
good
{{ $hotel['hotel_reviews'] }}Ratings

{{ $hotel['hotel_address'] }} {{ $hotel['hotel_location'] }}

view on map
@php $hotelData = $hotel['hotel_description']; $icons = $hotel['hotel_amenities']['General']; $rooms = $hotel['hotel_room']; @endphp

About

{{ $hotelData['hotel_description'] }}

Popular facilities

    @foreach ($icons as $index => $icon)
  • {{ $icon['type'] }}

  • @endforeach

select your room

@foreach ($hotel['hotel_room'] as $room)

{{ $room['room_type'] }}

Specialty:
  • sleep 2
  • {{$room['Room_Bed']}} bed
  • lake view
  • {{$room['room_dimention']}} sq. mt.

@php $facilities = json_decode($room['failities'], true) @endphp
Facilities:
    @foreach ($facilities as $index => $facility)
  • {{ $facility['facilities'] }}

  • @endforeach

Policies:
    @foreach (json_decode($room['policies'], true) as $policy)
  • {{ $policy['poilices'] }}

  • @endforeach
{{ $room['room_discount'] }}% off
{{ $room['roomactualprice'] }}

{{ $room['roomofferprice'] }}

{{ $room['roomtax'] }} taxes & fees
per night for 1 room

reserve room
@endforeach

explore the area

image
{{ $hotel['hotel_address'] }}
view on google map

8.0

good
{{ $hotel['hotel_rating'] }} Ratings
Cleanliness
7.5
Value for Money
6.5
Staff
8.0
Location
7.2

{{ $hotel['hotel_reviews'] }}reviews

  • all reviews ({{ $hotel['hotel_reviews'] }})
  • couple (2)
  • group (0)

exceptional

10

very nice

group India Jul 2024

Hotel policies

@foreach ($hotel['hotel_policies'] as $policyName => $policyValue) @if (gettype($policyValue) != 'array')

{{ ucfirst(str_replace('_', ' ', $policyName)) }}

{{ $policyValue }}

@endif @endforeach

Opened:

{{ $hotelData['hotel_opened'] }}

Renovated:

{{ $hotelData['hotel_renovated'] }}

Number of Rooms:

{{ $hotelData['hotel_number0froom'] }}

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

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

@endsection @push('js') @endpush