@if ($product->is_sale && $product->sale_price < $product->price)
{{ number_format($product->sale_price) }} đ
{{ number_format($product->price) }} đ
-{{ round((($product->price - $product->sale_price) / $product->price) * 100) }}%
@else
{{ number_format($product->price) }} đ
@endif
@for ($i = 1; $i <= 5; $i++)
★
@endfor
({{ $reviewCount }} đánh giá)