Company: {{ $invoice->company_name }}
Date: {{ date('d-m-Y', strtotime($invoice->created_at)) }}
| # | Product | Model | Qty | Price | Total |
|---|
| # | Product | Model | Qty | Price | Total |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->product_name }} | {{ $item->model_number }} | {{ $item->quantity }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->total_price, 2) }} |