List Of All Orders
Here, You can manage orders
Id | Order Id | Date | User Name | Contact No. | Location | Order Status | Payment Status | Action |
---|---|---|---|---|---|---|---|---|
{{++$key}} | kh132g | {{!empty($allOrder->created_at->format('Y-m-d'))? $allOrder->created_at->format('Y-m-d') : ''}} | {{!empty($user_record[$key]?->userInfo?->username)? $user_record[$key]?->userInfo?->username:''}} | {{!empty($user_record[$key]?->user_phone)? $user_record[$key]?->user_phone : ''}} | {{!empty($allOrder->order_location)? substr($allOrder->order_location,0,20):''}}... |
|