| # | Item / Description | Qty | Unit | Unit Price | Disc% | VAT% | Amount ({{ $cur }}) |
|---|---|---|---|---|---|---|---|
| {{ $i+1 }} |
{{ $line->item->name }}
@if($line->description){{ $line->description }} @endif
|
{{ number_format($line->qty,2) }} | {{ $line->unit }} | {{ $sym }}{{ number_format($line->rate,2) }} | {{ $line->discount_percent > 0 ? $line->discount_percent.'%' : 'โ' }} | {{ $line->tax_rate > 0 ? $line->tax_rate.'%' : 'โ' }} | {{ $sym }}{{ number_format($line->amount,2) }} |