@php $itemsPerRow ??= 3; @endphp @if ($properties->isNotEmpty())
@foreach($properties as $property)
@include(Theme::getThemeNamespace('views.real-estate.properties.item-grid'))
@endforeach
@endif