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.'
'; } });