diff --git a/app/Imports/AlternativeInvestmentFundImport.php b/app/Imports/AlternativeInvestmentFundImport.php index d55560c..4d6082b 100644 --- a/app/Imports/AlternativeInvestmentFundImport.php +++ b/app/Imports/AlternativeInvestmentFundImport.php @@ -53,7 +53,7 @@ class AlternativeInvestmentFundImport implements ToCollection, WithHeadingRow public function collection(Collection $rows) { Validator::make($rows->toArray(), $this->rules(), $this->customValidationMessages($rows))->validate(); - // dd($rows); + // dd($rows); foreach ($rows as $row) { $product = Product::create([ 'tables_id' => Table::AlternativeInvestmentFundTable, diff --git a/public/excel-template/PrivateInvestmentInPublicEquityFundsTemplate.xlsx b/public/excel-template/PrivateInvestmentInPublicEquityFundsTemplate.xlsx index 7ec406d..48458cd 100644 Binary files a/public/excel-template/PrivateInvestmentInPublicEquityFundsTemplate.xlsx and b/public/excel-template/PrivateInvestmentInPublicEquityFundsTemplate.xlsx differ diff --git a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php index f12aa89..f426b53 100644 --- a/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php +++ b/resources/views/Frontend/Pages/alternative-investment-fund/long-only-equity-fund-product.blade.php @@ -295,7 +295,7 @@
Return on investment
- {{ $longOnlyEquityFund->return_on_investment ?? 'N/A' }} + {{ $longOnlyEquityFund->return_on_investment_irr_dpi_rvpi_tvpi ?? 'N/A' }}Valuation per security (NAV)
- {{ $productData->valuation_per_security_nav ?? 'N/A' }} + {{ $longOnlyEquityFund->valuation_per_security_nav ?? 'N/A' }}Focused Sector Industries
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 8c2ccd2..22a9ab1 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 @@ -296,8 +296,8 @@ {{ $pipe->accepting_overseas_investment ?? 'N/A' }}Valuation per sector
- {{ $pipe->valuation_per_sector ?? 'N/A' }} +Valuation per Security
+ {{ $productData->valuation_per_security_nav ?? 'N/A' }}Return on investment
- {{ $pipe->return_on_investment ?? 'N/A' }} + {{ $productData->return_on_investment_irr_dpi_rvpi_tvpi ?? 'N/A' }}