@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