@if (EcommerceHelper::isWishlistEnabled()) @endif @if (EcommerceHelper::isCompareEnabled()) @endif
{{ $product->name }}
@if (($category = $product->categories->first()) && $category->id) {!! BaseHelper::clean($category->name) !!} @else   @endif
{{ $product->name }}
@if (EcommerceHelper::isReviewEnabled())
({{ number_format($product->reviews_count) }})
@endif
@if ($product->front_sale_price === $product->price) {{ format_price($product->front_sale_price_with_taxes) }} @else {{ format_price($product->front_sale_price_with_taxes) }} {{ format_price($product->price_with_taxes) }} @endif
{{ __('Add') }}