My wishlist
| Product | Price | Stock Status | Actions | |
|---|---|---|---|---|
| No wishlist found! | ||||
| {{ $row?->product?->product_name ?? 'N/A' }} |
@if($row?->product?->discount > 0)
{{ $row->product ? discount($row->product) : 'N/A' }} BDT |
@if($row?->product?->stock_qty > 0) In Stock @else Sold Out @endif | ||