{{ $invoice->customer->name }}
{{ $invoice->customer->email }}
{{ $invoice->customer->phone }}
{{ $invoice->customer->address }}, {{ $invoice->customer->city }}
{{ $invoice->sale->salesman->name ?? 'N/A' }}
{{ $invoice->sale->salesman->email ?? 'N/A' }}
{{ $invoice->sale->salesman->phone ?? 'N/A' }}
| # | Description | Quantity | Price | Total |
|---|---|---|---|---|
| 1 |
{{ $invoice->sale->inventory->deviceModel->name ?? 'GPS Device' }} Serial: {{ $invoice->sale->inventory->device_serial_number ?? 'N/A' }} IMEI: {{ $invoice->sale->inventory->imei_number ?? 'N/A' }} @if($invoice->sale->inventory->simCard) SIM: {{ $invoice->sale->inventory->simCard->sim_number }} @endif |
1 | {{ $company['currency'] }} {{ number_format($invoice->subtotal, 2) }} | {{ $company['currency'] }} {{ number_format($invoice->subtotal, 2) }} |
{{ $invoice->notes }}