mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 04:24:16 +00:00
fix wallets transaction lists
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user