From 284e54e3b0f9049c3fcb100008eab61858eaea2f Mon Sep 17 00:00:00 2001 From: meghamalore Date: Wed, 5 Jun 2024 18:57:53 +0530 Subject: [PATCH] bugs fixining --- app/Models/AlternativeInvestmentFund.php | 7 +++++++ .../angel-fund-product.blade.php | 6 ++++++ .../infrastructure-fund-product.blade.php | 21 ++++++++++++------- 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/app/Models/AlternativeInvestmentFund.php b/app/Models/AlternativeInvestmentFund.php index 0942bf2..fa8c6f7 100644 --- a/app/Models/AlternativeInvestmentFund.php +++ b/app/Models/AlternativeInvestmentFund.php @@ -34,4 +34,11 @@ class AlternativeInvestmentFund extends Model // dd($value); return $value == null ? '--' : $value; } + + public function getIntialDrawdownAttribute($value) + { + // dd($); + return $value == null ? '--' : $value.' %'; + // return $value; + } } diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/angel-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/angel-fund-product.blade.php index 1472cc1..654a5b1 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/angel-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/angel-fund-product.blade.php @@ -290,7 +290,9 @@

Accepting Overseas investment?

{{ $angelFund->accepting_overseas_investment ?? '-' }} + {{-- @dd($productData->involved_in_short_selling); --}} +

Involved In Short Selling

{{ $productData->involved_in_short_selling }} @@ -300,6 +302,8 @@

Trading Strategy

{{ $productData->trading_strategy }}
+
+

Focused Funds

@@ -310,6 +314,8 @@

Valuation Per Sector

{{ $productData->valuation_per_sector }}
+
+

Return On Investment

diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/infrastructure-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/infrastructure-fund-product.blade.php index f75f152..d7fa1af 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/infrastructure-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/infrastructure-fund-product.blade.php @@ -140,10 +140,9 @@

Fund structure

{{ $infrastructureFund->fund_structure ?? '-' }}
-
-

Fund strategy

- {{ $infrastructureFund->fund_strategy ?? '-' }} -
+ {{--
+ +
--}}
{{--

Description

@@ -151,6 +150,14 @@
--}} +
+
+
+

Fund strategy

+ {{ $infrastructureFund->fund_strategy ?? '-' }} +
+
+
@@ -310,7 +317,7 @@ {{ $infrastructureFund->other_expenses ?? '-' }}
-

isin code

+

ISIN code

{{ $infrastructureFund->isin_code ?? '-' }}
@@ -364,10 +371,10 @@

Regions Covered (Geographical Locations covered by the fund)

{{ $infrastructureFund->regions_covered ?? '-' }}
-
+ {{--

company

{{ $infrastructureFund->company->company_name ?? '-' }} -
+
--}}