diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/fund-for-distressed-asset-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/fund-for-distressed-asset-product.blade.php index 22c3275..f275a5a 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/fund-for-distressed-asset-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/fund-for-distressed-asset-product.blade.php @@ -499,7 +499,7 @@
Company
- {{ $fundForDistressedAsset->company ?? '-' }} + {{ $fundForDistressedAsset->company->company_name ?? '-' }} 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 d24a1f6..52f4091 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 @@ -340,7 +340,7 @@company
- {{ $infrastructureFund->company ?? '-' }} + {{ $infrastructureFund->company->company_name ?? '-' }}Company
- {{ $pipe->company ?? '-' }} + {{ $pipe->company->company_name ?? '-' }}Company
- {{ $ventureCapitalFund->company ?? '-' }} + {{ $ventureCapitalFund->company->company_name ?? '-' }}About Issuer
{{ $hedgeFund->about_issuer ?? '-' }} -Description
- {{ $productData->description ?? '-' }} -Sharpe Ratio
{{ $hedgeFund->sharpe_ratio ?? '-' }} @@ -131,6 +127,14 @@Description
+ {{ $productData->description ?? '-' }} +