| Product | HSN | Qty | Rate | BV | Total |
|---|---|---|---|---|---|
| {{ $item->product_name }} | {{ $item->product?->hsn_code ?? '-' }} | {{ $item->quantity }} | {{ number_format((float) $item->unit_price, 2) }} | {{ number_format((float) $item->unit_bv, 2) }} | {{ number_format((float) $item->line_total, 2) }} |