{!! Theme::partial('section-title', ['shortcode' => $shortcode, 'class' => 'text-center mb-40']) !!} @if($shortcode->with_sidebar)
@include(Theme::getThemeNamespace('partials.shortcodes.ecommerce-products.partials.sidebar'))
@endif @include(Theme::getThemeNamespace('views.ecommerce.includes.product-items'), ['itemsPerRow' => $shortcode->with_sidebar ? 3 : 4]) @if($shortcode->with_sidebar)
@endif @if(($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) @endif