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