@php $title = $shortcode->title; $subtitle = $shortcode->subtitle; @endphp
{!! Theme::partial('section-title', compact('shortcode')) !!}
@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