list pending orders in table format

This commit is contained in:
omair saleh
2022-08-10 12:43:20 +08:00
parent 73e96c4dcf
commit bd9bccc6d6
+1 -1
View File
@@ -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;