{!! BaseHelper::clean($product->name) !!}
{{ format_price($product->front_sale_price_with_taxes) }}
{!! Theme::partial('rating-item', ['ratingCount' => $product->reviews_count, 'ratingAvg' => $product->reviews_avg]) !!}@if (is_plugin_active('ecommerce')) @php $products = get_trending_products([ 'take' => (int) $config['number_display'] ?: 4, 'with' => ['slugable'], ] + EcommerceHelper::withReviewsParams()); @endphp @if ($products->count())
@endif @endif