@if (count($property->rooms) > 0)
{$history = func()->urlpath();} @if (count($property->rooms) > 0) @foreach ($property->rooms as $index => $room) @if ($room->isVisible) {$href = ($room->reservable and $room->availability > 0) ? func()->url() . 'book?utm_l=' . $provider->loadBookingUrl('property', $room, $searchResult, $history, '#choose-room') : '';}
@foreach ($room->images as $roomImage) {$room->title} image @endfor
@endif @endfor @else
No room matches this availability scan. Please try again.
@endif
@endif