bugs fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -203,7 +203,7 @@
|
||||
</div>
|
||||
<div class="col-md-6 my-3 {{dNone($alternativeInvestmentFund->alternativeInvestmentFund->hurdle_rate)}}">
|
||||
<div class="veiw_detials_area">
|
||||
<label> <b class='fw-bold'>Hurdle Rate</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->hurdle_rate ?? 'N/A'}}</label>
|
||||
<label> <b class='fw-bold'>Hurdle Rate</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->hurdle_rate.' %' ?? 'N/A'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 my-3 {{dNone($alternativeInvestmentFund->description)}}">
|
||||
@@ -241,6 +241,7 @@
|
||||
<label> <b class='fw-bold'>Rera Compiled Property(Yes/No)</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->rera_complied_property ?? 'N/A'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 my-3 {{dNone($alternativeInvestmentFund->alternativeInvestmentFund->return_on_investment)}}">
|
||||
<div class="veiw_detials_area">
|
||||
<label> <b class='fw-bold'>Return On Investment</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->return_on_investment ?? 'N/A'}}</label>
|
||||
@@ -261,6 +262,11 @@
|
||||
<label> <b class='fw-bold'>Trading Strategy</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->trading_strategy ?? 'N/A'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 my-3 {{dNone($alternativeInvestmentFund->alternativeInvestmentFund->trading_strategy_used)}}">
|
||||
<div class="veiw_detials_area">
|
||||
<label> <b class='fw-bold'>Trading Strategy Used</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->trading_strategy_used ?? 'N/A'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 my-3 {{dNone($alternativeInvestmentFund->alternativeInvestmentFund->involved_in_short_selling)}}">
|
||||
<div class="veiw_detials_area">
|
||||
<label> <b class='fw-bold'>Involved In Short Selling</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->involved_in_short_selling ?? 'N/A'}}</label>
|
||||
@@ -276,6 +282,11 @@
|
||||
<label> <b class='fw-bold'>Minimum Investment </b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->minimum_investment ?? 'N/A'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 my-3 {{dNone($alternativeInvestmentFund->alternativeInvestmentFund->valuation_per_security_nav)}}">
|
||||
<div class="veiw_detials_area">
|
||||
<label> <b class='fw-bold'>valuation par security </b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->valuation_per_security_nav ?? 'N/A'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if(isset($alternativeInvestmentFund['product_images']) && count($alternativeInvestmentFund['product_images']) > 0)
|
||||
<div class="namediv">
|
||||
|
||||
Reference in New Issue
Block a user