{{-- resources/views/pdf/invoice.blade.php --}}
| Description | Qty | Unit Price | Total |
|---|---|---|---|
| {{ $item->description }} | {{ number_format($item->quantity,2) }} | {{ $invoice->currency }} {{ number_format($item->unit_price,2) }} | {{ $invoice->currency }} {{ number_format($item->total,2) }} |