{{ $product->name }}
{{ format_price($product->front_sale_price_with_taxes) }}
@if (EcommerceHelper::isReviewEnabled() && $product->reviews_count)@if (is_plugin_active('ecommerce')) @php $products = get_trending_products([ 'take' => (int) $config['number_display'] ?: 4, 'with' => ['slugable'], 'withCount' => EcommerceHelper::withReviewsCount(), ]); @endphp @if ($products->count())
@endif @endif