From bd9bccc6d6438deba6188399074c1a0851e9d0ec Mon Sep 17 00:00:00 2001 From: omair saleh Date: Wed, 10 Aug 2022 12:43:20 +0800 Subject: [PATCH] list pending orders in table format --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index f95cc589..f542e830 100644 --- a/routes/web.php +++ b/routes/web.php @@ -287,7 +287,7 @@ Route::get('/pending_orders', function(){ Route::get('/group/text/{id}', function($id){ $group = \App\Models\Group::where('id', $id)->first(); - echo 'RATE: '.$group->currecny_rate.'
'; + echo 'RATE: '.$group->currency_rate.'
'; echo 'DATE: '.$group->created_at.'


'; $i = 0;