| # | description | UNIT PRICE | QTY | AMOUNT |
|---|---|---|---|---|
| 1 | {{$order->Service->name ?? ''}} | {{$order->service_price ?? ''}} ريال | 1 | {{$order->service_price ?? ''}} ريال |
| {{$i++}} | {{$item->Product->name ?? ''}} | {{$item->price ?? ''}} ريال | {{$item->qty}} | {{$item->qty * $item->price}} ريال |
| subtotal | {{$order->original_total}} ريال | |||
| tax | {{number_format($order->total - ($order->total / (100 + $order->tax) * 100),2)}} ريال | |||
| total | {{$order->total}} ريال | |||
| Payment Type | {{$order->payment_type}} |