fixing changes

This commit is contained in:
Ritikesh yadav
2024-05-17 11:33:18 +05:30
parent 4cab39f6c5
commit 9c30cc27f3

View File

@@ -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") {