@php $itemsPerRow = $shortcode->items_per_row ?: 4; $itemsPerRow = $shortcode->with_sidebar ? $itemsPerRow - 1 : $itemsPerRow; @endphp
background_color) style="background-color: {{ $shortcode->background_color }} !important;" @endif >
@if ($shortcode->title)
{!! Theme::partial('section-title', compact('shortcode')) !!}
@endif @if ($shortcode->with_sidebar)
@include(Theme::getThemeNamespace('partials.shortcodes.ecommerce-products.partials.sidebar'))
@endif @include(Theme::getThemeNamespace('views.ecommerce.includes.product-items'), ['itemsPerRow' => $itemsPerRow]) @if($shortcode->with_sidebar)
@endif