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;