From 64b89f7b5ca7e07821023e0356aea838429110c2 Mon Sep 17 00:00:00 2001 From: Shailesh-1981 <86923815+Shailesh-1981@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:08:09 +0530 Subject: [PATCH 1/3] company commented --- app/Http/Controllers/Frontend/ProfileController.php | 2 +- .../venture-capital-fund-product.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/Frontend/ProfileController.php b/app/Http/Controllers/Frontend/ProfileController.php index 2a5c1cf..9e3cd62 100644 --- a/app/Http/Controllers/Frontend/ProfileController.php +++ b/app/Http/Controllers/Frontend/ProfileController.php @@ -524,7 +524,7 @@ class ProfileController extends Controller " . $data->created_at->diffForHumans() . "
- "; + "; } if ($notificationHTML) { return response()->json(['status' => 200, 'data' => $notificationHTML, 'count'=>Auth::guard('users')->user()->unreadNotifications->count()]); diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/venture-capital-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/venture-capital-fund-product.blade.php index f7faf5e..928d0a5 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/venture-capital-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/venture-capital-fund-product.blade.php @@ -331,10 +331,10 @@Other expenses
{{ $ventureCapitalFund->other_expenses ?? '-' }} -Company
{{ $ventureCapitalFund->company->company_name ?? '-' }} -
+
Total Investment Till Date
- {{totalInvestment($user->id)}} + {{ totalInvestment($user->id) }}Active Investment
- {{totalInvestment($user->id,'Holding')}} + {{ totalInvestment($user->id, 'Holding') }}Reedemed Investment
- {{totalInvestment($user->id,'Reedemed')}} + {{ totalInvestment($user->id, 'Reedemed') }}KYC Status
- {{$kycStatus}} + {{ $kycStatus }}ISIN Code
+ {{ $otherVCP[0]->isin_code ?? '-' }} +Focused Real Estate Sectors
+ {{ $otherVCP[0]->focused_sectors_industries ?? '-' }} +Rera Complied Property
+ {{ $otherVCP[0]->rera_complied_property ?? '-' }} +Return On Investment
+ {{ $otherVCP[0]->return_on_investment ?? '-' }} +Valuation Per Sector
+ {{ $otherVCP[0]->valuation_per_sector ?? '-' }} +Focused Funds
+ {{ $otherVCP[0]->focused_funds ?? '-' }} +Trading Strategy
+ {{ $otherVCP[0]->trading_strategy ?? '-' }} +Involved In Short Selling
+ {{ $otherVCP[0]->involved_in_short_selling ?? '-' }} +Description
+ {{ $alternative_investment_funds->description ?? '-' }} +