@extends('user.components.layout') @push('css') @endpush @section('main') {{-- @include('user.components.book_opts') --}}

We found 'The Best Deals' for you

@foreach ($spacialhotels as $hotel)
@php $images = json_decode($hotel['hotel_images'], true); $desc = json_decode($hotel['hotel_overview'], true)['overview']; $rooms = json_decode($hotel['hotel_room'], true); @endphp
@foreach ($images as $image)
@endforeach
{{ $hotel['hotel_rating'] }} Rating

{{ $hotel['hotel_name'] }}

{{ $hotel['hotel_address'] }}

{{ $desc }}

{{ $hotel['payment_type'] }}

Parking
Wifi
T.V.
Pool
Doctor

Starting from

{{ $rooms[0]['roomofferprice'] }}/-
@foreach ($rooms as $room) @endforeach
Room Type Bed in room Room Price Offered Price
{{ $room['room'] }} {{ $room['Room_Bed'] ?? $room['room_bed'] }} ₹{{ $room['roomactualprice'] }} ₹{{ $room['roomofferprice'] }} Book
@endforeach
@endsection @push('js') @endpush