@livewireStyles
| Item | Price | Qty | Total |
|---|---|---|---|
| {{$item['productId']['name']}} | ¢@convert(($item['productId']['unitPrice'])/100) | {{$item['quantity']}} | ¢@convert((($item['productId']['unitPrice'])/100)*$item['quantity']) |
| Customer name: | {{$name}} |
| Contact: | {{$contact}} |
| Location: | {{$address}} |
| Note: | {{ $note }} |