{{ $invoice->name }}
Customer: {{ optional($invoice->customer)->name }}
| Description | AWB | Qty | Unit | Total |
|---|---|---|---|---|
| {{ $item->name }} | {{ optional($item->shipment)->awb }} | {{ $item->quantity }} | {{ number_format($item->unit_price,2) }} | {{ number_format($item->total_amount,2) }} |