@php $ads = null; if (is_plugin_active('ads') && $shortcode->ads) { $ads = \Botble\Ads\Models\Ads::query() ->wherePublished() ->where('key', $shortcode->ads) ->first(); } @endphp
@if($ads)
{!! Theme::partial('shortcodes.ads.includes.item', ['item' => $ads]) !!}
@endif
@foreach($groups as $group)
! $ads, 'col-md-6' => $ads])>

{{ $group['title'] }} {!! Theme::partial('section-title-shape') !!}

@foreach($group['products'] as $product) @include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.small')) @endforeach
@endforeach
@if($ads)
@endif