Weekly Best Sellers
View All
@foreach ($weekly_best_seller_products as $product)
{{ $product->name }}

{{ number_format($product->price,0,',','.') }}
Rp. {{ number_format($product->price,0,',','.') }}

{{ $product->rating_count }} ({{ $product->review_count }} review)
@endforeach