{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode, 'hasButton' => false, 'class' => 'style-2']) !!} @if ($properties->isNotEmpty())
@foreach($properties as $property)
@include(Theme::getThemeNamespace('views.real-estate.properties.item-grid'))
@endforeach
@endif @if ($shortcode->button_label && $shortcode->button_url)
{{ $shortcode->button_label }}
@endif