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 9b4ba11..015b99a 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 @@ -291,7 +291,9 @@
Accepting Overseas investment?
{{ $angelFund->accepting_overseas_investment ?? '-' }} + {{-- @dd($productData->involved_in_short_selling); --}} +Fund strategy
- {{ $infrastructureFund->fund_strategy ?? '-' }} -Description
@@ -151,6 +150,14 @@Fund strategy
+ {{ $infrastructureFund->fund_strategy ?? '-' }} +isin code
+ISIN code
{{ $infrastructureFund->isin_code ?? '-' }}Regions Covered (Geographical Locations covered by the fund)
{{ $infrastructureFund->regions_covered ?? '-' }}company
{{ $infrastructureFund->company->company_name ?? '-' }} -