| Order ID | Order Code | Product Name | Price | Instock | Sold | Date |
|---|---|---|---|---|---|---|
| {{ $item->order_id }} | {{ $item->order_code }} | {{ $item->productname }} | {{ $item->price }} | {{ $item->instock }} | {{ $item->sold }} | {{ $item->created_at->format('j-F-y') }} |
There are no data to show within this date.