@foreach($products as $product)
@if ($product->productLabels->count())
@foreach ($product->productLabels as $label) color" => $label->color])> {{ $label->name }} @endforeach
@endif {{ $product->name() }} {{ $product->name() }}

{{ $product->name() }}

{{ format_price($product->front_sale_price_with_taxes) }} @if($product->isOnSale()) {{ format_price($product->price_with_taxes) }} @endif
@if (EcommerceHelper::isReviewEnabled())
({{ $product->reviews_count }})
@endif

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

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