diff --git a/app/Http/Controllers/Admin/ManageUserProductController.php b/app/Http/Controllers/Admin/ManageUserProductController.php index 7dd23ff..374b2cc 100644 --- a/app/Http/Controllers/Admin/ManageUserProductController.php +++ b/app/Http/Controllers/Admin/ManageUserProductController.php @@ -1318,7 +1318,6 @@ class ManageUserProductController extends Controller public function monthlyUpdateChangeHoldingStatus(Request $request) { - // dd($request->all()); $id = $request->id; $status = $request->status == 'Holding' ? 'Reedemed' : 'Holding'; $updateStatus = MonthlyUpdateMaster::where('id', $id)->update([ diff --git a/app/helper.php b/app/helper.php index 59a9937..19ed7eb 100644 --- a/app/helper.php +++ b/app/helper.php @@ -70,7 +70,7 @@ function imagePath($path = null) $finalPath = "https://staging.jerichoalternatives.in/"; } if (env('APP_ENV') == 'local') { - $finalPath = "http://localhost/jericho_28_march/"; + $finalPath = "http://localhost/freeu/my-freeu/"; } return $finalPath . $path; } diff --git a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php index 312d60e..9edbbd4 100644 --- a/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php +++ b/resources/views/Admin/Pages/manage_investors/manage_user_product/edit_monthly_update/fractional_real_estate.blade.php @@ -235,7 +235,7 @@
- +
@@ -276,7 +276,7 @@
- +
diff --git a/resources/views/components/global-venture-capital-fund-product.blade.php b/resources/views/components/global-venture-capital-fund-product.blade.php index 0ac1358..d18bd5a 100644 --- a/resources/views/components/global-venture-capital-fund-product.blade.php +++ b/resources/views/components/global-venture-capital-fund-product.blade.php @@ -18,6 +18,7 @@