@if (count($products = $helper->getProducts(['@promo' => $promo->id, '@limit' => 30, '@with' => ['promoAvailable'], '@withReviews' => true, '@withOption' => true])))
{{-- for --}}
@foreach ($products as $product)
@include($_template.'product-item', [
'product' => $product,
'item_class' => 'ps-product--inner'
])
@endforeach
{{-- emd for --}}