list pending orders in table format

This commit is contained in:
omair saleh
2022-08-10 11:34:52 +08:00
parent d5727af2e1
commit b2c1667dc7
+1 -1
View File
@@ -272,7 +272,7 @@ Route::get('/pending_orders', function(){
Route::get('/group/text/{id}', function($id){
$group = \App\Models\Group::where('id', $id)->get();
echo 'RATE: '.$group->currency_rate.'<br>';
echo 'RATE: '.$group->currecny_rate.'<br>';
echo 'DATE: '.$group->created_at.'<br><br><br>';
$i = 0;