From a94cd09a9ca3c4db8aea01491374f4e8cce1fcc8 Mon Sep 17 00:00:00 2001 From: meghamalore Date: Wed, 19 Jun 2024 11:52:16 +0530 Subject: [PATCH] bugs fixes --- app/Imports/AlternativeInvestmentFundImport.php | 2 +- .../alternative-investment-fund.blade.php | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/app/Imports/AlternativeInvestmentFundImport.php b/app/Imports/AlternativeInvestmentFundImport.php index 4d6082b..f35e8bc 100644 --- a/app/Imports/AlternativeInvestmentFundImport.php +++ b/app/Imports/AlternativeInvestmentFundImport.php @@ -105,7 +105,7 @@ class AlternativeInvestmentFundImport implements ToCollection, WithHeadingRow 'focused_real_estate_sectors' => $row['focused_real_estate_sectors'] ?? null, 'rera_complied_property' => $row['rera_compiled_propertyyesno'] ?? $row['rera_complied_propertyyesno'] ?? null, 'return_on_investment' => $row['return_on_investment'] ?? null, - 'valuation_per_sector' => $row['valuation_per_sector'] ?? null, + 'valuation_per_sector' => $row['valuation_per_sector'] ?? $row['valuation_par_sector'] ?? null, 'focused_funds' => $row['focused_funds'] ?? $row['focused_fund'] ?? null, 'trading_strategy' => $row['trading_strategy'] ?? null, 'involved_in_short_selling' => $row['involved_in_short_selling'] ?? $row['involved_in_short_selling_yesno'] ?? null, diff --git a/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php b/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php index 232298c..6024c86 100644 --- a/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php +++ b/resources/views/Admin/Pages/manage_freeu_investment/view-product/alternative-investment-fund.blade.php @@ -203,7 +203,7 @@
- +
@@ -241,6 +241,7 @@
+
@@ -261,6 +262,11 @@
+
+
+ +
+
@@ -276,6 +282,11 @@
+
+
+ +
+
@if(isset($alternativeInvestmentFund['product_images']) && count($alternativeInvestmentFund['product_images']) > 0)