From 5fccc17295601f0a338f31aee02625eeddc1c7c5 Mon Sep 17 00:00:00 2001 From: Ritikesh yadav Date: Tue, 14 May 2024 14:41:48 +0530 Subject: [PATCH 1/2] added company_name --- .../fund-for-distressed-asset-product.blade.php | 2 +- .../infrastructure-fund-product.blade.php | 2 +- .../private-investment-public-equity-product.blade.php | 2 +- .../venture-capital-fund-product.blade.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 ?? '-' }}
diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/private-investment-public-equity-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/private-investment-public-equity-product.blade.php index 37ab543..f462982 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/private-investment-public-equity-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/private-investment-public-equity-product.blade.php @@ -311,7 +311,7 @@

Company

- {{ $pipe->company ?? '-' }} + {{ $pipe->company->company_name ?? '-' }}
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 a917b36..9a44320 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 @@ -333,7 +333,7 @@

Company

- {{ $ventureCapitalFund->company ?? '-' }} + {{ $ventureCapitalFund->company->company_name ?? '-' }}
From 980fe6ad486e7c48ef3f0348a4756c70166e34f2 Mon Sep 17 00:00:00 2001 From: Ritikesh yadav Date: Tue, 14 May 2024 14:50:04 +0530 Subject: [PATCH 2/2] added company_name --- .../Frontend/Pages/hedge-funds/product.blade.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/resources/views/Frontend/Pages/hedge-funds/product.blade.php b/resources/views/Frontend/Pages/hedge-funds/product.blade.php index e27347d..24980ed 100644 --- a/resources/views/Frontend/Pages/hedge-funds/product.blade.php +++ b/resources/views/Frontend/Pages/hedge-funds/product.blade.php @@ -96,10 +96,6 @@

About Issuer

{{ $hedgeFund->about_issuer ?? '-' }} -
-

Description

- {{ $productData->description ?? '-' }} -

Sharpe Ratio

{{ $hedgeFund->sharpe_ratio ?? '-' }} @@ -131,6 +127,14 @@
+
+
+
+

Description

+ {{ $productData->description ?? '-' }} +
+
+