@extends('user.components.layout') @push('css') @endpush @section('main')

new delhi (ndls)

16 aug - 17 aug1 room1 guest

Showing Properties In {{ ucfirst( session()->get('hotel_search_inputs')['hotel_city'] ?? session()->get('hotel_search_inputs')['location_city'] ?? 'Unknown') }}

@foreach($spacialhotels as $hotel)

{{ $hotel->hotel_name }}

@for ($i = 0; $i < $hotel->hotel_rating; $i++) @endfor

{{ $hotel->hotel_location }}{{ $hotel->hotel_address }}

{{ $hotel->hotel_rating }} good
{{ $hotel->hotel_reviews }} ratings

book with Rs.0 payment

Free Cancellation till {{ date('M d Y h:i A', strtotime($hotel->created_at)) }}

Restaurants

24*7 Room Service

GBO Special Hotels
5 rooms left
₹3,339 {{--

₹{{ $hotel->hotel_room['roomofferprice'] }}

--}}

+302 tax & fees

per night, per room

@endforeach {{-- @php dd($hotels) @endphp --}} @foreach($hotels as $hotel)

{{ $hotel['HotelName'] }}

@for ($i = 0; $i < $hotel['HotelRating']; $i++) @endfor

{{ $hotel['Address'] }}{{ $hotel['CityName'] }},{{ $hotel['CountryName'] }} @if(isset($hotel['PhoneNumber']) ) {{ $hotel['PhoneNumber'] }} @endif

{{ $hotel['HotelRating'] }} good
Rating data not available

Additional offer details can go here

@if(isset($hotel['CheckInTime']) )

Check-In : {{ $hotel['CheckInTime'] }}

@endif @if(isset($hotel['CheckOutTime']) )

Check-Out : {{ $hotel['CheckOutTime'] }}

@endif
@if(isset($hotel['HotelFacilities']) && is_array($hotel['HotelFacilities']) && count($hotel['HotelFacilities']) > 0) @foreach($hotel['HotelFacilities'] as $index => $facility)

{{ $facility }}

@endforeach @if(count($hotel['HotelFacilities']) > 5) See More @endif @endif
Rooms available
{{--
Old price data

New price data

Additional pricing info

--}}
@endforeach
@endsection @push('js') @endpush