fix wallets transaction lists

This commit is contained in:
omair saleh
2022-02-28 11:19:38 +08:00
parent 407d10fce9
commit 67128c47ff
+1
View File
@@ -125,6 +125,7 @@ Route::get('/wallet/{marking}/details', function ($marking) {
})->name('wallet.details');
Route::get('/wallets', function () {
dd(\App\Models\Company::find(1923)->wallets);
return view('pages.wallet.wallets');
})->name('wallet.wallets');