{!! Theme::partial('section-title', ['shortcode' => $shortcode, 'centered' => false]) !!}
@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