bugs fixing

This commit is contained in:
meghamalore
2024-07-01 15:55:31 +05:30
parent 85e40986c9
commit bd02fef431
5 changed files with 12 additions and 10 deletions

View File

@@ -175,6 +175,7 @@ class ManageUserProductController extends Controller
$noData = false;
$monthlyUpdate = MonthlyUpdateAlternativeInvestmentFund::where('custom_id', $user->custom_id)->get();
}
// dd($monthlyUpdate);
if ($noData) {
abort(404);