{!! Theme::partial('section-title', compact('shortcode')) !!}
@if($shortcode->with_sidebar)
@include(Theme::getThemeNamespace('partials.shortcodes.ecommerce-products.partials.sidebar'))
@endif
@foreach($products as $product) @include(Theme::getThemeNamespace('views.ecommerce.includes.product-item'), ['class' => 'swiper-slide']) @endforeach
@if($shortcode->with_sidebar)
@endif