bugs fixing in modal
This commit is contained in:
@@ -194,19 +194,7 @@ class ManageUserProductController extends Controller
|
||||
->join('user_kycs', 'users.id', 'user_kycs.users_id')
|
||||
->where('user_kycs.status', 'Approved')
|
||||
->pluck('users.name', 'users.id');
|
||||
$aifProductNames = $this->getAllProductNames([
|
||||
Category::VentureCapitalFundId,
|
||||
Category::AngelFundId,
|
||||
Category::InfrastructureFundId,
|
||||
Category::FundForDistressedAssetId,
|
||||
Category::PrivateCreditFundId,
|
||||
Category::PrivateRealEstateFundId,
|
||||
Category::PrivateEquityFundId,
|
||||
Category::HedgeFundId,
|
||||
Category::PrivateInvestmentInPublicEquityFundId,
|
||||
Category::LongOnlyFundId,
|
||||
]);
|
||||
// dd($aifProductNames->toArray());
|
||||
$aifProductNames = $this->getAllProductNames([Category::VentureCapitalFundId, Category::InfrastructureFundId, Category::AngelFundId, Category::PrivateEquityFundId, Category::DebtFundId, Category::PrivateRealEstateFundId, Category::PrivateInvestmentInPublicEquityFundId,Category::LongOnlyFundId,Category::PrivateCreditFundId]);
|
||||
$freProductNames = $this->getAllProductNames([Category::FractionalRealEstateId]);
|
||||
// $p2pProductNames = $this->getAllProductNames(Category::PeerToPeerLendingId);
|
||||
// $ifaProductNames = $this->getAllProductNames(Category::InvoiceDiscountingId, Category::CleanAndGreenAssetsId, Category::VentureDebtId, Category::HighYieldFinanceId, Category::SecuritizedDebtInstrumentId, Category::LeaseBasedFinancingId, Category::RevenueBasedFinancingId);
|
||||
@@ -414,7 +402,7 @@ class ManageUserProductController extends Controller
|
||||
|
||||
public function editProduct(Request $request)
|
||||
{
|
||||
dd($request->all());
|
||||
// dd($request->all());
|
||||
// return $request->update_id;
|
||||
$update_data = MonthlyUpdateMaster::where('id', $request->eid)->update([
|
||||
"users_id" => $request->euserid,
|
||||
|
||||
@@ -141,7 +141,6 @@
|
||||
<label> <b class='fw-bold'>Open Date</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->open_date ?? 'N/A'}}</label>
|
||||
</div>
|
||||
</div>
|
||||
@dd
|
||||
<div class="col-md-6 my-3 {{dNone($alternativeInvestmentFund->alternativeInvestmentFund->first_close_date)}}">
|
||||
<div class="veiw_detials_area">
|
||||
<label> <b class='fw-bold'>1st Close Date</b>: {{$alternativeInvestmentFund->alternativeInvestmentFund->first_close_date ?? 'N/A'}}</label>
|
||||
|
||||
@@ -191,6 +191,7 @@
|
||||
<td class="min-w-75px w-150px align-top">
|
||||
{{ $data->created_at->format('d/m/Y H:i:s') }}</td>
|
||||
<!--begin::Action=-->
|
||||
{{-- @dd($data) --}}
|
||||
<?php
|
||||
if ($data && $data->companies && $data->companies->company_name) {
|
||||
$companyName = $data->companies->company_name;
|
||||
@@ -421,14 +422,14 @@
|
||||
<div class="col-md-12 fv-row" hidden>
|
||||
<label class="required fs-6 fw-semibold mb-2"> ID</label>
|
||||
<input type="hidden" id="euserid" name="euserid">
|
||||
<input class="form-control form-control-solid " name="eid"
|
||||
<input readonly class="form-control form-control-solid " name="eid"
|
||||
type="text" id="eid" />
|
||||
</div>
|
||||
<div class="col-md-12 fv-row ">
|
||||
<label class="required fs-6 fw-semibold mb-2">Categories
|
||||
</label>
|
||||
|
||||
<input class="form-control form-control-solid "
|
||||
<input readonly class="form-control form-control-solid "
|
||||
name="categories" type="text" id="ecategories"
|
||||
readonly />
|
||||
</div>
|
||||
@@ -436,27 +437,27 @@
|
||||
<div class="col-md-12 fv-row mt-5">
|
||||
<label class="required fs-6 fw-semibold mb-2">Custom Id</label>
|
||||
|
||||
<input class="form-control form-control-solid " readonly
|
||||
<input readonly class="form-control form-control-solid " readonly
|
||||
name="custom_id" type="text" id="ecustomid" />
|
||||
</div>
|
||||
<div class="col-md-12 fv-row mt-5">
|
||||
<label class="required fs-6 fw-semibold mb-2">Investor
|
||||
Name</label>
|
||||
|
||||
<input class="form-control form-control-solid " type="text"
|
||||
<input readonly class="form-control form-control-solid " type="text"
|
||||
name="investor_name" id="einvester_name" />
|
||||
</div>
|
||||
<div class="col-md-12 fv-row mt-5">
|
||||
<label class="required fs-6 fw-semibold mb-2">Pan</label>
|
||||
|
||||
<input class="form-control form-control-solid " name="pan"
|
||||
<input readonly class="form-control form-control-solid " name="pan"
|
||||
type="text" id="epan" />
|
||||
</div>
|
||||
<div class="col-md-12 fv-row mt-5">
|
||||
<label class="required fs-6 fw-semibold mb-2">Spv
|
||||
Details</label>
|
||||
|
||||
<input class="form-control form-control-solid "
|
||||
<input class="form-control form-control-solid "
|
||||
name="spv_details" type="text" id="espvdetails" />
|
||||
</div>
|
||||
<!--end::Col-->
|
||||
@@ -465,10 +466,10 @@
|
||||
<div class="row m-3 ">
|
||||
|
||||
<div class="col-md-12 fv-row">
|
||||
<label class="required fs-6 fw-semibold mb-2">Product
|
||||
<label class="required fs-6 fw-semibold mb-2">Product
|
||||
Category</label>
|
||||
|
||||
<input class="form-control form-control-solid "
|
||||
<input readonly class="form-control form-control-solid "
|
||||
name="product_category" type="text"
|
||||
id="eproductcategory" />
|
||||
</div>
|
||||
@@ -477,7 +478,7 @@
|
||||
Platform
|
||||
</label>
|
||||
|
||||
<input class="form-control form-control-solid "
|
||||
<input readonly class="form-control form-control-solid "
|
||||
name="investment_platform" type="text"
|
||||
id="einvestmentplatform" />
|
||||
</div>
|
||||
@@ -485,7 +486,7 @@
|
||||
<label class="required fs-6 fw-semibold mb-2">Product
|
||||
Name</label>
|
||||
|
||||
<input class="form-control form-control-solid "
|
||||
<input readonly class="form-control form-control-solid "
|
||||
name="product_name" type="text" id="eproductname" />
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user