@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 >
{!! 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' => $itemsPerRow]) @if($shortcode->with_sidebar)
@endif @if(($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) @endif