{{-- Expects: $product --}}
@if($product->mainImage()) {{ $product->name }} @if($product->images->count() > 1) {{ $product->name }} — alternate view @endif @else
@endif @if($product->isOnSale()) −{{ $product->discountPercent() }}% @elseif($product->created_at?->gt(now()->subDays(45))) NEW @endif @if($product->stock_status !== 'instock') PRE-ORDER @endif {{-- Hover quick-add (desktop) --}}
@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 --}}
@csrf