From aeb0dfb0259bdb742f2dd98d33a6269beeb2289a Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 3 Dec 2021 13:54:16 +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 a2c0ca93..229bfdbb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -142,7 +142,7 @@ Route::get('/yiwu', function () { })->get(); foreach ($orders as $order){ - echo ''. $order->reference.' - '.$order->created_at.'
'; + echo ''. $order->reference.' - '.$order->created_at.'
'; } });