From 702219efb8da01cf1741aeabe53f0ff4d9830fbb Mon Sep 17 00:00:00 2001 From: Chirag <149593757+cj201199@users.noreply.github.com> Date: Fri, 24 May 2024 14:42:08 +0530 Subject: [PATCH] website bugs solving --- .../Frontend/AlternativeInvestmentFundController.php | 2 +- resources/views/Admin/add-sub-admin.blade.php | 9 ++++++++- .../long-only-equity-fund-product.blade.php | 2 +- .../private-equity-fund-product.blade.php | 2 +- .../Pages/fractional-real-estate/product.blade.php | 2 +- .../views/Frontend/Pages/hedge-funds/product.blade.php | 2 +- .../Pages/profile/investor-profile-edit.blade.php | 8 ++++---- .../Pages/venture-capital-funds/product.blade.php | 2 +- 8 files changed, 18 insertions(+), 11 deletions(-) diff --git a/app/Http/Controllers/Frontend/AlternativeInvestmentFundController.php b/app/Http/Controllers/Frontend/AlternativeInvestmentFundController.php index ae7ea87..ec95755 100644 --- a/app/Http/Controllers/Frontend/AlternativeInvestmentFundController.php +++ b/app/Http/Controllers/Frontend/AlternativeInvestmentFundController.php @@ -572,7 +572,7 @@ class AlternativeInvestmentFundController extends Controller ->get(); $productData = AlternativeInvestmentFund::where('slug', '=', $slug)->first(); $product = Product::with('product_images')->where('id', '=', $productData->products_id)->first(); - // dd($productData); + // dd($otherHF); // dd($longOnlyEquityFund, $slug); return view('Frontend.Pages.alternative-investment-fund.long-only-equity-fund-product', compact('longOnlyEquityFund', 'otherHF', 'productData','product')); } diff --git a/resources/views/Admin/add-sub-admin.blade.php b/resources/views/Admin/add-sub-admin.blade.php index 1256811..0f81fc7 100644 --- a/resources/views/Admin/add-sub-admin.blade.php +++ b/resources/views/Admin/add-sub-admin.blade.php @@ -20,7 +20,14 @@
Manage Sub Admin
+ +Description
-Accepting Overseas investment
{{ $privateEquityFund->accepting_overseas_investment ?? '-' }}