| # | Name | Amount | Discount | Final Amount |
|---|---|---|---|---|
| {{ $key + 1 }} |
{{ $item->product_detail['name'] }}Qty: {{ $item->quantity }} |
{{ $item->product_amount }} | {{ $item->product_discount }} | {{ $item->product_final_amount }} |