background_color" => $shortcode->background_color]) >
{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode, 'centered' => false]) !!} @php $firstProperty = $properties->first(); @endphp
@if ($firstProperty)
@include(Theme::getThemeNamespace('views.real-estate.properties.item-grid'), ['property' => $firstProperty, 'class' => 'lg'])
@endif @if ($properties->count() > 1)
@foreach($properties->skip(1) as $property) @include(Theme::getThemeNamespace('views.real-estate.properties.item-list')) @endforeach
@endif