admin notification issue fix
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user