Merge pull request #239 from Ritikeshyadav/megha

bugs fixining
This commit is contained in:
Ritikeshyadav
2024-06-06 11:05:10 +05:30
committed by GitHub
3 changed files with 27 additions and 7 deletions

View File

@@ -34,4 +34,11 @@ class AlternativeInvestmentFund extends Model
// dd($value);
return $value == null ? '--' : $value;
}
public function getIntialDrawdownAttribute($value)
{
// dd($);
return $value == null ? '--' : $value.' %';
// return $value;
}
}

View File

@@ -291,7 +291,9 @@
<p>Accepting Overseas investment?</p>
<span>{{ $angelFund->accepting_overseas_investment ?? '-' }}</span>
</div>
</div>
{{-- @dd($productData->involved_in_short_selling); --}}
<div class="tables row">
<div class="col-md-6" style="{{ $productData->involved_in_short_selling ? '' : 'display:none;' }}">
<p>Involved In Short Selling</p>
<span>{{ $productData->involved_in_short_selling }}</span>
@@ -301,6 +303,8 @@
<p>Trading Strategy</p>
<span>{{ $productData->trading_strategy }}</span>
</div>
</div>
<div class="tables row">
<div class="col-md-6" style="{{ $productData->focused_funds ? '' : 'display:none;' }}">
<p>Focused Funds</p>
@@ -311,6 +315,8 @@
<p>Valuation Per Sector</p>
<span>{{ $productData->valuation_per_sector }}</span>
</div>
</div>
<div class="tables row">
<div class="col-md-6" style="{{ $productData->return_on_investment_irr_dpi_rvpi_tvpi ? '' : 'display:none;' }}">
<p>Return On Investment</p>

View File

@@ -140,10 +140,9 @@
<p>Fund structure</p>
<span>{{ $infrastructureFund->fund_structure ?? '-' }}</span>
</div>
<div class="col-md-4">
<p>Fund strategy</p>
<span>{{ $infrastructureFund->fund_strategy ?? '-' }}</span>
</div>
{{-- <div class="col-md-4">
</div> --}}
</div>
{{-- <div class="btm-txt">
<p>Description</p>
@@ -151,6 +150,14 @@
</div> --}}
</div>
</div>
<div class="categeory">
<div class="details aos-init aos-animate" data-aos="zoom-in">
<div class="btm-txt">
<p>Fund strategy</p>
<span>{{ $infrastructureFund->fund_strategy ?? '-' }}</span>
</div>
</div>
</div>
<div class="categeory">
<div class="details aos-init aos-animate" data-aos="zoom-in">
<div class="btm-txt">
@@ -310,7 +317,7 @@
<span>{{ $infrastructureFund->other_expenses ?? '-' }}</span>
</div>
<div class="col-md-4">
<p>isin code</p>
<p>ISIN code</p>
<span>{{ $infrastructureFund->isin_code ?? '-' }}</span>
</div>
</div>
@@ -364,10 +371,10 @@
<p>Regions Covered (Geographical Locations covered by the fund)</p>
<span>{{ $infrastructureFund->regions_covered ?? '-' }}</span>
</div>
<div class="col-md-6">
{{-- <div class="col-md-6">
<p>company</p>
<span>{{ $infrastructureFund->company->company_name ?? '-' }}</span>
</div>
</div> --}}
</div>
</div>
</div>