{{ $product->name }}
{!! BaseHelper::clean($product->name) !!}

{{ format_price($product->front_sale_price_with_taxes) }}

{!! Theme::partial('rating-item', ['ratingCount' => $product->reviews_count, 'ratingAvg' => $product->reviews_avg]) !!}