{{ number_format($product->price, 2) }} đ
{{ number_format($product->price, 2) }} vnđ
@if($product->is_sale && $product->sale_price < $product->price) {{ number_format($product->sale_price) }} vnđ {{ number_format($product->price) }} vnđ @else {{ number_format($product->price) }} vnđ @endif
Không có sản phẩm sale nào.
--}} {{-- @if($product->is_sale && $product->sale_price < $product->price)--}} {{-- {{ number_format($product->sale_price) }} vnđ--}} {{-- {{ number_format($product->price) }} vnđ--}} {{-- @else--}} {{-- {{ number_format($product->price) }} vnđ--}} {{-- @endif--}} {{--