From 1a591c0404e1dff4aabe6672ce80b9914ffefc66 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 3 Dec 2021 13:53:13 +0800 Subject: [PATCH] list yiwu to sabah or srawak orders --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 8d80d34e..a2c0ca93 100644 --- a/routes/web.php +++ b/routes/web.php @@ -142,7 +142,7 @@ Route::get('/yiwu', function () { })->get(); foreach ($orders as $order){ - echo ''.$order->created_at.'
'; + echo ''. $order->reference.' - '.$order->created_at.'
'; } });