@foreach($products as $product)
@if ($product->productLabels->isNotEmpty())
@foreach ($product->productLabels as $label) css_styles !!}> {{ $label->name }} @endforeach
@endif {{ $product->name }} {{ $product->name }}

{{ $product->name }}

@include(EcommerceHelper::viewPath('includes.product-price'), [ 'product' => $product, 'priceOriginalClassName' => 'tpproduct__amount old', ])
@if (EcommerceHelper::isReviewEnabled())
({{ $product->reviews_count }})
@endif

{!! BaseHelper::clean(Str::limit($product->description, 200)) !!}

@if (EcommerceHelper::isCompareEnabled()) @endif @if (theme_option('enable_quick_view', 'yes') === 'yes') @endif @if (EcommerceHelper::isWishlistEnabled()) @endif @if(EcommerceHelper::isCartEnabled()) @if ($product->variations()->exists()) @else @endif @endif
@endforeach @if (theme_option('enable_quick_view', 'yes') === 'yes') @include(Theme::getThemeNamespace('views.ecommerce.includes.quick-view-modal')) @endif