admin notification issue fix

This commit is contained in:
Ritikesh yadav
2024-06-07 11:31:27 +05:30
parent 19a1ceed25
commit 21a0fc0405
6 changed files with 15 additions and 4 deletions

View File

@@ -431,6 +431,7 @@ class DashboardController extends Controller
public function investmentDetails($customId)
{
// $customId = Crypt::decrypt($customId);
// dd($customId);
$data = $this->getInvestmentDetails($customId);
// dd($data);
return view('Frontend.Pages.profile.investment-details.index', compact('data'));