mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 14:33:59 +00:00
list pending orders in table format
This commit is contained in:
+1
-1
@@ -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.'<br>';
|
||||
echo 'RATE: '.$group->currency_rate.'<br>';
|
||||
echo 'DATE: '.$group->created_at.'<br><br><br>';
|
||||
|
||||
$i = 0;
|
||||
|
||||
Reference in New Issue
Block a user