diff --git a/routes/web.php b/routes/web.php index e26ef4d8..58fd65fb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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');