@php @endphp
Invoice No: {{$invoice->id}},
Date : {{$invoice->created_at}}
Customer: {{$invoice->company}},
Address: {{$invoice->address }},
Tel No: {{$invoice->tel_no}},
| Item Code | Bar Code | Item Name | Price | QTY | Total |
|---|---|---|---|---|---|
| {{$row->items->item_code}} | {{$row->items->bar_code}} | {{$row->items->name}} | {{$row->price}} | {{$row->qty}} | {{ number_format($row->total,2)}} |
| Total | {{number_format($invoice->invoiceTotal(),2)}} | ||||