{!! Theme::partial('section-title', compact('shortcode')) !!} @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