| DESC | QTD | TOTAL |
|---|---|---|
| {{ $item->product_name }} | ||
| {{ number_format($item->unit_price, 2, ',', '.') }} | x{{ number_format($item->quantity, 0) }} | {{ number_format($item->subtotal, 2, ',', '.') }} |
| Total Ilíquido: | {{ number_format($invoice->total_net, 2, ',', '.') }} |
| Total Imposto: | {{ number_format($invoice->total_tax, 2, ',', '.') }} |
| TOTAL (Kz): | {{ number_format($invoice->total_amount, 2, ',', '.') }} |