From 9c30cc27f3a65bcdf1a8a7baf5c3c7e05096db17 Mon Sep 17 00:00:00 2001 From: Ritikesh yadav Date: Fri, 17 May 2024 11:33:18 +0530 Subject: [PATCH] fixing changes --- app/Http/Controllers/Frontend/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/Frontend/DashboardController.php b/app/Http/Controllers/Frontend/DashboardController.php index b97b978..51b2173 100644 --- a/app/Http/Controllers/Frontend/DashboardController.php +++ b/app/Http/Controllers/Frontend/DashboardController.php @@ -475,7 +475,7 @@ class DashboardController extends Controller $id = \Crypt::decrypt($custom_id); $data = MonthlyUpdateMaster::with('investor')->where('custom_id', '=', $id)->first(); $category = $data->categories; - $product_id = $data->products_id; + $products_id = $data->products_id; if ($category == "Fractional Real Estate") { $data['category'] = 'Fractional Real Estate'; } elseif ($category == "Alternative Investment Fund") {