fixing changes
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user