| Product | Barcode | Qty | Price | Discount | Total |
|---|---|---|---|---|---|
| {{ $item->product_name }} | {{ $item->barcode ?: '-' }} | {{ number_format($item->quantity, 2) }} | {{ \App\Models\SystemSetting::formatMoney($item->unit_price) }} | {{ \App\Models\SystemSetting::formatMoney($item->discount_amount) }} | {{ \App\Models\SystemSetting::formatMoney($item->line_total) }} |
| Total | {{ \App\Models\SystemSetting::formatMoney($quotation->total_amount) }} | ||||