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