@if($product->category)
{{ ucwords(strtolower($product->category->name)) }}
@endif
{{ ucwords(strtolower($product->name)) }}
@if($product->isOnSale())
৳{{ number_format($product->price) }}
৳{{ number_format($product->sale_price) }}
@else
৳{{ number_format($product->price) }}@if($product->max_price && $product->max_price > $product->price) +@endif
@endif
{{-- Mobile add (no hover) — larger touch target --}}