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)