From 67128c47ff5989e708dcd0a4235750d47f08b44a Mon Sep 17 00:00:00 2001 From: omair saleh Date: Mon, 28 Feb 2022 11:19:38 +0800 Subject: [PATCH] fix wallets transaction lists --- routes/web.php | 1 + 1 file changed, 1 insertion(+) 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');