@php $i = 0; @endphp @if (isset($products)) @foreach ($products as $product) @include( 'Plugins/Payment/Views/Elements/Product/product', [ 'product' => $product, 'i' => $i ] ) @php $i++; @endphp @endforeach @endif
@t('No products in this category')