| # | Product | Quantity | Unit Price | Tax | Price inc. tax | Subtotal |
|---|---|---|---|---|---|---|
| #{{$loop->index+1}} | {{$item->products->name}} | {{$item->quantity}} | {{$item->unit_price}} | {{$item->item_tax}} | {{$item->unit_price_inc_tax}} | {{number_format($item->quantity * $item->unit_price,2)}} |
| Total | {{number_format($total_amount,2)}} | |||||