@php $slidesToShow = $shortcode->slides_to_show ?: 4; if ($shortcode->with_sidebar) { $slidesToShow = $slidesToShow - 1; } $sliderUniqueId = 'tp-arrival-slider-' . uniqid(); @endphp
background_color) style="background-color: {{ $shortcode->background_color }} !important;" @endif >
{!! 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