@extends('layouts.master') @section('body_id', 'home_one') @section('content')
@csrf
Book Your

Rooms

Welcome To Hotel

Semper ac dolor vitae accumsan. Cras interdum hendrerit lacinia. Phasellus accumsan urna vitae molestie interdum. Nam sed placerat libero, non eleifend dolor.

@forelse($rooms as $room) @php if (is_array($room->images)) { $roomImages = $room->images; } else { $roomImages = json_decode($room->images, true); } $firstImage = (!empty($roomImages) && is_array($roomImages)) ? $roomImages[0] : null; if ($firstImage) { $firstImage = ltrim($firstImage, '/'); } @endphp
{{ $room->room_name }}

Rs. {{ number_format($room->price_per_night, 2) }}/ night

Room name :- {{ $room->room_type }}
@if(isset($room->hotel))

{{ $room->hotel->name }}

@endif

{{ $room->description }} | Max Guests: {{ $room->max_occupancy }}

Rs. {{ number_format($room->price_per_night, 2) }}/ night

@empty

No rooms available at the moment.

@endforelse

Hotel Facilities

Restaurant
The world class

Restaurant & Banquets

Semper ac dolor vitae accumsan. Cras interdum hendrerit lacinia. Phasellus accumsan urna vitae molestie interdum. Nam sed placerat libero, non eleifend dolor.

Hotel Showcase
Customer Says
@endsection @push('scripts') @endpush