| Name | : | {{$order->customer->name}} |
| Order No. | : | {{$order->order_no}} |
| # | Service | Date | Time | Location | Price |
|---|---|---|---|---|---|
| {{($key + 1)}} | {{$item->product->title}} | {{$item->date_display}} | {{$item->time_display}} | {{$item->location}} | {{$item->price}}KWD |
| Sub Total | {{$order->sub_total}}KWD | ||||
| Handling Charge | {{$order->handling_charge}}KWD | ||||
| Discount | {{$order->discount}}KWD | ||||
| Total | {{$order->amount}}KWD | ||||
| Billing Address | ||
|---|---|---|
| Name | : | {{$order->name}} |
| Address | : | {{$order->address}} |
| Phone | : | {{$order->phone_number}} |
| : | {{$order->email}} | |