@extends('layouts.master') @section('body_id', 'room_details_page') @section('content')
{{ $room->description ?? 'Experience world-class luxury setup with fully functional features optimized for corporate executives and holiday tourists alike.' }}
@if(!empty($room->amenities))| Full Address: | {{ $room->hotel->address }} |
| Region/City: | {{ $room->hotel->city }}, {{ $room->hotel->state }} |
| Support No: | {{ $room->hotel->user->phone_number ?? 'Contact Desk Available' }} |
| Help Desk: | {{ $room->hotel->user->email ?? 'N/A' }} |
| Verification: | @if(($room->hotel->status ?? 0) == 1) Approved Property @else Verification Pending @endif |
"{{ $room->hotel->description }}"
{{ $ratingTexts[round($avgRatingScore)] ?? 'Good Stay' }}
Based on {{ $totalReviewsCount }} stays"{{ $revRow->comment ?? 'Guest profile submitted rating parameter without textual remarks context node.' }}"
There are currently no verified guest reviews for this specific accommodation. Be the first to share your experience after your stay!