bugs fixes

This commit is contained in:
meghamalore
2024-06-19 16:40:00 +05:30
parent 8e3520dabc
commit a7c5f3518d
3 changed files with 30 additions and 3 deletions

View File

@@ -174,10 +174,11 @@ class VentureCapitalFundController extends Controller
'focused_real_estate_sectors' => $request->focused_real_estate_sectors,
'rera_complied_property' => $request->rera_complied_property,
'return_on_investment' => $request->return_on_investment,
'return_on_investment_irr_dpi_rvpi_tvpi' => $request->return_on_investment_irr,
'valuation_per_sector' => $request->valuation_per_sector,
'focused_funds' => $request->focused_funds,
'trading_strategy' => $request->trading_strategy,
'trading_strategy_used'=>$request->trading_strategy_used,
// 'trading_strategy_used'=>$request->trading_strategy_used,
'involved_in_short_selling' => $request->involved_in_short_selling,
'minimum_investment' => $request->min_investment,
]);

View File

@@ -987,6 +987,27 @@
<!--end::Input-->
</div>
<div class="col-md-6 mt-4">
<!--begin::Label-->
<label class="fs-6 fw-semibold form-label mt-3">
<span class="">Return On Investment(IRR)</span>
<!-- <i class="fas fa-exclamation-circle ms-1 fs-7" data-bs-toggle="tooltip" title="Enter the contact's name."></i> -->
</label>
<!--end::Label-->
<!--begin::Input-->
<input type="text" class="form-control form-control-solid" name="return_on_investment_irr" placeholder='Enter Return On Investment' value="{{$alternativeInvestmentFund->alternativeInvestmentFund->return_on_investment_irr_dpi_rvpi_tvpi}}" />
<!--end::Input-->
</div>
<div class="col-md-6 mt-4">
@@ -1056,7 +1077,7 @@
</div>
<div class="col-md-6 mt-4">
{{-- <div class="col-md-6 mt-4">
<!--begin::Label-->
@@ -1076,7 +1097,7 @@
<!--end::Input-->
</div>
</div> --}}
<div class="col-md-6 mt-4">

View File

@@ -247,6 +247,11 @@
<label> <b class='fw-bold'>Return On Investment</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->return_on_investment ?? '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(IRR)</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->return_on_investment_irr_dpi_rvpi_tvpi ?? 'N/A'}}</label>
</div>
</div>
<div class="col-md-6 my-3 {{dNone($alternativeInvestmentFund->alternativeInvestmentFund->valuation_per_sector)}}">
<div class="veiw_detials_area">
<label> <b class='fw-bold'>Valuation Per Sector</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->valuation_per_sector ?? 'N/A'}}</label>