List Of All Orders
Here, You can manage orders
Id | Order Id | Date | 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($allOrder?->order_phone)? $allOrder?->order_phone : ''}} | {{!empty($allOrder->order_location)? substr($allOrder->order_location,0,20):''}}... |
|