@extends('layouts.master') @section('body_id', 'accomodation_page') @section('content') @if(!request('state_id') && !request('city_id') && !request('price_max') && !$showcaseHotels->isEmpty())

Our Premium Properties

@foreach($showcaseHotels as $hotel)
Verified Luxury Property {{ $hotel->hotel_name }}

{{ $hotel->hotel_name }}

{{ $hotel->city }}, {{ $hotel->state }}

@endforeach
@endif

Search & Filter Rooms

Filter

Rooms

Max Price: Rs. 5,000
Rs. 100 Rs. 5,000
@include('frontend.partials.stream_rooms', ['rooms' => $rooms])
@endsection @push('scripts') @endpush