| Badge | Barcode | Name | MRP | Qty | MFD | EXP |
|---|---|---|---|---|---|---|
| {{ $product->price_name ?? '-' }} | {{ $product->barcode }} | {{ $product->name }} | {{ number_format($product->price_sale ?? 0, 2) }} | {{ number_format((float) ($product->qty ?? 0), 3) }} | {{ $product->price_mfg }} | {{ $product->price_exp }} |