@php $title = $shortcode->title; $subtitle = $shortcode->subtitle; @endphp
{!! Theme::partial('section-title', ['shortcode' => $shortcode, 'class' => 'text-center text-lg-start']) !!}
@foreach($groups as $key => $tab) @continue(! isset($tab['products'])) @include( Theme::getThemeNamespace('views.ecommerce.includes.product-items'), ['products' => $tab['products'], 'itemsPerRow' => get_products_per_row(), 'layout' => 'grid'] ) @endforeach