bugs fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Binary file not shown.
@@ -295,7 +295,7 @@
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p>Return on investment</p>
|
||||
<span>{{ $longOnlyEquityFund->return_on_investment ?? 'N/A' }}</span>
|
||||
<span>{{ $longOnlyEquityFund->return_on_investment_irr_dpi_rvpi_tvpi ?? 'N/A' }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -318,7 +318,7 @@
|
||||
|
||||
<div class="col-md-4">
|
||||
<p>Valuation per security (NAV)</p>
|
||||
<span>{{ $productData->valuation_per_security_nav ?? 'N/A' }}</span>
|
||||
<span>{{ $longOnlyEquityFund->valuation_per_security_nav ?? 'N/A' }}</span>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p> Focused Sector Industries </p>
|
||||
|
||||
@@ -296,8 +296,8 @@
|
||||
<span>{{ $pipe->accepting_overseas_investment ?? 'N/A' }}</span>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p>Valuation per sector</p>
|
||||
<span>{{ $pipe->valuation_per_sector ?? 'N/A' }}</span>
|
||||
<p>Valuation per Security</p>
|
||||
<span>{{ $productData->valuation_per_security_nav ?? 'N/A' }}</span>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4" style="{{ $productData->involved_in_short_selling ? '' : 'display:none;' }}">
|
||||
@@ -357,7 +357,7 @@
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<p>Return on investment</p>
|
||||
<span>{{ $pipe->return_on_investment ?? 'N/A' }}</span>
|
||||
<span>{{ $productData->return_on_investment_irr_dpi_rvpi_tvpi ?? 'N/A' }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user