Merge pull request #91 from Ritikeshyadav/yasinFreeu

Yasin freeu
This commit is contained in:
Ritikeshyadav
2024-04-29 16:36:56 +05:30
committed by GitHub
25 changed files with 77 additions and 67 deletions

View File

@@ -485,7 +485,7 @@ h4.inner-title {
.assets-card .middle-sec {
display: flex;
background-color: #e8c69f;
padding: 12px 7px;
padding:8px 7px;
align-items: center;
justify-content: space-between;
}
@@ -495,6 +495,7 @@ h4.inner-title {
font-size: 15px;
display: flex;
align-items: center;
line-height: 20px;
}
.assets-card .org span {

View File

@@ -11950,6 +11950,10 @@ fieldset:disabled .btn {
min-width: 150px !important
}
.min-w-135px {
min-width: 135px !important
}
.min-w-175px {
min-width: 175px !important
}

View File

@@ -14,7 +14,7 @@
<div class="dataTable_area my-5 mb-0">
<div class="row">
<div class="col-md-6">
<div class="card p-10">
<div class="card p-10">
<div class="fv-row mb-7">
<label class="required fs-6 fw-semibold mb-2">User</label>
<select class="form-select form-select-solid" data-control="select2" name="user_name" id="user-select" data-hide-search="true">
@@ -176,6 +176,7 @@
<option value="{{$company->id}}">{{$company->company_name}}</option>
@endforeach
</select>
<label id="investment_platform-error" class="error" for="investment_platform"></label>
<!-- <input type="text" class="form-control form-control-solid" name="investment_platform" /> -->
</div>
<div class="form-box mb-5">
@@ -288,6 +289,7 @@
<option value="{{$data->id}}">{{$data->product_name}}</option>
@endforeach --}}
</select>
<label id="selectProduct1-error" class="error" for="selectProduct1"></label>
</div>
<div class="form-box mb-5">
<label class="fs-6 fw-semibold form-label mt-3">
@@ -1030,7 +1032,7 @@
<label class="fs-6 fw-semibold form-label mt-3">
<span>Counter-Party</span>
</label>
<!--begin::Input-->
<!--begin::Input-->
<input type="text" class="form-control form-control-solid" name="counter_party" />
</div>
<div class="form-box mb-5">
@@ -1492,7 +1494,7 @@
digits: 'Please enter digits',
},
pan: {
required: 'Please enter pan',
required: 'Please enter PAN number',
digits: 'Please enter digits',
},
interest_accrued: {
@@ -1611,7 +1613,7 @@
digits: 'Please enter digits',
},
pan: {
required: 'Please enter pan',
required: 'Please enter PAN number',
digits: 'Please enter digits',
},
total_active_investment: {
@@ -1748,7 +1750,7 @@
digits: 'Please enter digits',
},
pan: {
required: 'Please enter pan',
required: 'Please enter PAN number',
},
investment_platform: 'Please select investment platform',
total_value_of_the_property: {
@@ -1914,7 +1916,7 @@
digits: 'Please enter digits',
},
pan: {
required: 'Please enter pan',
required: 'Please enter PAN number',
},
investment_platform: 'Please select investment platform',
fund_category: 'Please enter fund category',

View File

@@ -25,7 +25,7 @@
<form id="add-lead-form" class="form py-5 pb-0" action="#">
@csrf
<div class="row">
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class="required fs-6 fw-semibold mb-2">Lead Owner</label>
<select name="lead_owner" id="lead_owner" class="form-select lead_owner">
<option value="">Select a Lead Owner</option>
@@ -34,7 +34,7 @@
@endforeach
</select>
</div>
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class="required fs-6 fw-semibold mb-2">Investor</label>
<select name="users_id" id="investor" class="form-select lead_owner">
<option value="">Select a investor</option>
@@ -43,7 +43,7 @@
@endforeach
</select>
</div>
{{--<div class="col-md-6 fv-row">
{{--<div class="col-md-6 fv-row mb-4">
<label class="required fs-6 fw-semibold mb-2">Category</label>
<select name="category" id="category" class="form-select lead_owner">
<option value="">Select a category</option>
@@ -52,7 +52,7 @@
@endforeach
</select>
</div>--}}
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class="required fs-6 fw-semibold mb-2">Product</label>
<select name="products_id" id="product" class="form-select lead_owner">
<option value="">Select a product</option>
@@ -61,28 +61,28 @@
@endforeach
</select>
</div>
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Company</label>
<input type="text" class="form-control form-control-solid" placeholder="Enter Company" name="lead_company" onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)" />
</div>
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Email</label>
<!--pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$"-->
<input type="email" class="form-control form-control-solid" readonly placeholder="Enter Email" name="email" id="email"/>
</div>
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Title</label>
<input type="text" class="form-control form-control-solid" placeholder="Enter Tiltle" name="title" onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)"/>
</div>
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Website</label>
<input type="text" class="form-control form-control-solid" placeholder="" name="website" />
</div>
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Phone</label>
<input type="tel" minlength="10" readonly maxlength="10" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*?)\..*/g, '$1');" class="form-control form-control-solid" placeholder="Enter Phone Number" name="phone" id="phone" />
</div>
<div class="col-md-6 fv-row mb-7">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Lead Status</label>
<select class="form-select form-select-solid lead_status select2-hidden-accessible" data-control="select2" data-hide-search="true" data-placeholder="Select a Lead Status" name="target_assign" tabindex="-1" aria-hidden="true" data-kt-initialized="1">
<option value="">Select user...</option>
@@ -93,23 +93,23 @@
<option value="Lost">Lost</option>
</select>
</div>
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Full Name</label>
<input type="text" class="form-control form-control-solid" readonly placeholder="Enter First Name" id="name" name="first_name" onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)" />
</div>
{{--<div class="col-md-6 fv-row">
{{--<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Last Name</label>
<input type="text" class="form-control form-control-solid" placeholder="Enter Last Name" name="last_name" onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)" />
</div>--}}
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Mobile</label>
<input type="tel" minlength="10" maxlength="10" oninput="this.value = this.value.replace(/[^0-9.]/g, '').replace(/(\..*?)\..*/g, '$1');" class="form-control form-control-solid" placeholder="Enter Mobile Number" name="mobile" />
</div>
<div class="col-md-6 fv-row">
<div class="col-md-6 fv-row mb-4">
<label class=" fs-6 fw-semibold mb-2">Annual Revenue</label>
<input type="number" class="form-control form-control-solid" placeholder="Enter Annual Revenue" name="annual_revenue" />
</div>
@@ -149,11 +149,11 @@
<div id="kt_app_content_container" class="app-container container-xxl">
<div class="row max-w-100 mt-10 index_table">
<div class="top_header d-flex justify-content-between">
<p class='fs-2 fw-bold'>Address Information</p>
<p class='fs-2 fw-bold mb-0'>Address Information</p>
</div>
<div class="dataTable_area my-5 mb-0">
<div class="card">
<div class="modal-body scroll-y px-10 px-lg-15 pt-0 pb-15">
<div class="modal-body scroll-y px-10 px-lg-15 pt-4 pb-15">
<div class="row">
<div class="col-md-6 fv-row">
<label class=" fs-6 fw-semibold mb-2">Street</label>

View File

@@ -275,6 +275,9 @@
right: 2%;
box-shadow: 0px 3px 6px 0px;
}
.accordion-item .accordion-button::after {
transform: rotate(0deg);
}
#myDIV p:hover {
background-color: #87ceeba6;
@@ -979,9 +982,9 @@
@forelse($lead->tasks_meetings as $data)
@php($openActivity = true)
@if ($data->status == 0)
<div class="row">
<div class="row">
<div class="col-lg-10">
<div class="accordion-item">
<div class="accordion-item mb-3">
<h2 class="accordion-header"
id="heading{{ $data->id }}">
<button class="accordion-button" type="button"

View File

@@ -69,7 +69,7 @@
class="text-start align-top text-muted fw-bold fs-7 text-uppercase gs-0">
<th class="w-60px pe-2 align-top">Sr no</th>
<th class="min-w-125px w-200px align-top">Product</th>
<th class="min-w-50px w-125px align-top">Expected Selling Price</th>
<th class="min-w-135px w-135px align-top">Expected Selling Price</th>
<th class="min-w-50px w-125px align-top">Seller Name</th>
<th class="min-w-50px w-100px align-top ">Email</th>
<th class="min-w-50px w-100px align-top">Contact</th>
@@ -131,7 +131,7 @@
class="text-start align-top text-muted fw-bold fs-7 text-uppercase gs-0">
<th class="w-60px pe-2 align-top">Sr no</th>
<th class="min-w-125px w-200px align-top">Product</th>
<th class="min-w-50px w-125px align-top">Expected Selling Price</th>
<th class="min-w-135px w-135px align-top">Expected Selling Price</th>
<th class="min-w-50px w-125px align-top">Seller Name</th>
<th class="min-w-50px w-100px align-top ">Email</th>
<th class="min-w-50px w-100px align-top">Contact</th>
@@ -192,7 +192,7 @@
class="text-start align-top text-muted fw-bold fs-7 text-uppercase gs-0">
<th class="w-60px pe-2 align-top">Sr no</th>
<th class="min-w-125px w-200px align-top">Product</th>
<th class="min-w-50px w-125px align-top">Expected Selling Price</th>
<th class="min-w-135px w-135px align-top">Expected Selling Price</th>
<th class="min-w-50px w-125px align-top">Seller Name</th>
<th class="min-w-50px w-100px align-top ">Email</th>
<th class="min-w-50px w-100px align-top">Contact</th>

View File

@@ -34,8 +34,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> |
<p class="">Tenure From Final Date:
<p class="w-50">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date:
{{ $data->alternative_investment_fund->tenure_from_final_date }}</p>
</div>
<div class="dics">

View File

@@ -16,7 +16,7 @@
@else
<img src="{{ asset('public/assets/media/FrontendImages/world.png') }}">
@endif
<img src={{ asset('public/assets/media/FrontendImages/assets-funds.svg') }}>
<img src="{{ asset('public/assets/media/FrontendImages/assets-funds.svg') }}">
<p>{{$data->alternative_investment_fund->fund_name}}</p>
</div>
<p class="cate">Category: {{$data->categorys->category_name}}</p>
@@ -29,8 +29,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{$data->alternative_investment_fund->target_irr}}</p> |
<p class="">Tenure From Final Date: {{$data->alternative_investment_fund->tenure_from_final_date}}</p>
<p class="w-50">Target IRR: {{$data->alternative_investment_fund->target_irr}}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date: {{$data->alternative_investment_fund->tenure_from_final_date}}</p>
</div>
<div class="dics">
<h4>Minimum Investment: {{$data->alternative_investment_fund->minimum_investment}}</h4>

View File

@@ -30,7 +30,7 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Type : {{$data->real_estate->project_type}}</p> |
<p class="">Type : {{$data->real_estate->project_type}}</p> <span class="mx-2">|</span>
<p class=""></p>
</div>
<div class="dics">

View File

@@ -30,8 +30,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Type : {{$data->real_estate->project_type}}</p> |
<p class="">Price per sqft : {{$data->real_estate->price_per_sq_ft}}</p>
<p class="w-50">Type : {{$data->real_estate->project_type}}</p> <span class="mx-2">|</span>
<p class="w-50">Price per sqft : {{$data->real_estate->price_per_sq_ft}}</p>
</div>
<div class="dics">
<h4>Total Price: {{$data->real_estate->total_price}}</h4>

View File

@@ -36,9 +36,9 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">1 yrs return: {{ $data->funds->year1_return }}%
</p> |
<p class="">3 yrs return:
<p class="w-50">1 yrs return: {{ $data->funds->year1_return }}%
</p> <span class="mx-2">|</span>
<p class="w-50">3 yrs return:
{{ $data->funds->year3_return }}%</p>
</div>
<div class="dics">

View File

@@ -33,8 +33,8 @@
<p>Property Location: {{ $gireData->funds->issuer }}</p>
</div>
</div>
<p class="">Carpet Area: {{ $gireData->funds->nav_per_unit }}</p> |
<p class="">Area in Sq. Ft.: {{ $gireData->funds->nav_per_unit }}</p>
<p class="w-50">Carpet Area: {{ $gireData->funds->nav_per_unit }}</p> <span class="mx-2">|</span>
<p class="w-50">Area in Sq. Ft.: {{ $gireData->funds->nav_per_unit }}</p>
</div>
<div class="dics">
<h4>Total Price: {{ $gireData->funds->fund_aum }}</h4>

View File

@@ -36,8 +36,8 @@
<p>Property Location: {{ $gireData->exchanges->name }}</p>
</div>
</div>
<p class="">Carpet Area: {{ $gireData->exchanges->beta }}</p> |
<p class="">Area in Sq. Ft.: {{ $gireData->exchanges->beta }}</p>
<p class="w-50">Carpet Area: {{ $gireData->exchanges->beta }}</p> <span class="mx-2">|</span>
<p class="w-50">Area in Sq. Ft.: {{ $gireData->exchanges->beta }}</p>
</div>
<div class="dics">
<h4>Total Price: {{ $gireData->exchanges->beta }}</h4>

View File

@@ -30,7 +30,7 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Type : {{$data->real_estate->project_type}}</p> |
<p class="">Type : {{$data->real_estate->project_type}}</p> <span class="mx-2">|</span>
<p class=""></p>
</div>
<div class="dics">

View File

@@ -66,9 +66,9 @@
</div>
<p class="">Carpet Area: {{ $gireData->funds->nav_per_unit }}</p> |
<p class="w-50">Carpet Area: {{ $gireData->funds->nav_per_unit }}</p> <span class="mx-2">|</span>
<p class="">Area in Sq. Ft.: {{ $gireData->funds->nav_per_unit }}</p>
<p class="w-50">Area in Sq. Ft.: {{ $gireData->funds->nav_per_unit }}</p>
</div>

View File

@@ -33,8 +33,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> |
<p class="">Tenure From Final Date:
<p class="w-50">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date:
{{ $data->alternative_investment_fund->tenure_from_final_date }}</p>
</div>
<div class="dics">

View File

@@ -29,7 +29,7 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Type: {{$data->realEstate->project_type}}</p> |
<p class="w-50">Type: {{$data->realEstate->project_type}}</p>
<p class=""></p>
</div>
<div class="dics">

View File

@@ -30,7 +30,7 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Type : {{$ffdaData->realEstate->project_type}}</p> |
<p class="">Type : {{$ffdaData->realEstate->project_type}}</p>
<!--<p class="">Tenure From Final Date: {{$ffdaData->realEstate->tenure_from_final_date}}</p>-->
</div>
<div class="dics">

View File

@@ -30,8 +30,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{$data->alternative_investment_fund->target_irr}}</p> |
<p class="">Tenure From Final Date: {{$data->alternative_investment_fund->tenure_from_final_date}}</p>
<p class="w-50">Target IRR: {{$data->alternative_investment_fund->target_irr}}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date: {{$data->alternative_investment_fund->tenure_from_final_date}}</p>
</div>
<div class="dics">
<h4>Minimum Investment: {{$data->alternative_investment_fund->minimum_investment}}</h4>

View File

@@ -35,8 +35,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> |
<p class="">Tenure From Final Date:
<p class="w-50">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date:
{{ $data->alternative_investment_fund->tenure_from_final_date }}</p>
</div>
<div class="dics">

View File

@@ -29,8 +29,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{$data->alternative_investment_fund->target_irr}}</p> |
<p class="">Tenure From Final Date: {{$data->alternative_investment_fund->tenure_from_final_date}}</p>
<p class="w-50">Target IRR: {{$data->alternative_investment_fund->target_irr}}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date: {{$data->alternative_investment_fund->tenure_from_final_date}}</p>
</div>
<div class="dics">
<h4>Minimum Investment: {{$data->alternative_investment_fund->minimum_investment}}</h4>

View File

@@ -36,9 +36,9 @@
</div>
</div>
{{-- <div> --}}
<p class="">Target IRR:{{ $data->alternative_investment_fund->target_irr ?? 'N/A'}}
</p>|
<p class="">Tenure From Final Date:{{ $data->alternative_investment_fund->tenure_from_final_date ?? 'N/A' }}</p>
<p class="w-50">Target IRR:{{ $data->alternative_investment_fund->target_irr ?? 'N/A'}}
</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date:{{ $data->alternative_investment_fund->tenure_from_final_date ?? 'N/A' }}</p>
{{-- </div> --}}
</div>
<div class="dics">

View File

@@ -33,8 +33,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> |
<p class="">Tenure From Final Date:
<p class="w-50">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date:
{{ $data->alternative_investment_fund->tenure_from_final_date }}</p>
</div>
<div class="dics">

View File

@@ -33,8 +33,8 @@
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> |
<p class="">Tenure From Final Date:
<p class="w-50">Target IRR: {{ $data->alternative_investment_fund->target_irr }}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date:
{{ $data->alternative_investment_fund->tenure_from_final_date }}</p>
</div>
<div class="dics">

View File

@@ -21,7 +21,7 @@
<p>{{$data->alternative_investment_fund->fund_name}}</p>
</div>
<p class="cate">Category: {{$data->categorys->category_name}}</p>
<div class="middle-sec">
<div class="middle-sec">
<div class="dropdown-tooltip">
<div class="dropdown-toggle" type="button" data-bs-toggle="dropdown" aria-expanded="false">
<img src="{{imagePath('public/assets/media/FrontendImages/tooptips-icon.png')}}">
@@ -29,9 +29,9 @@
<div class="dropdown-menu">
<p>Close Date: Approx. Sep 2030</p>
</div>
</div>
<p class="">Target IRR: {{$data->alternative_investment_fund->target_irr}}</p> |
<p class="">Tenure From Final Date: {{$data->alternative_investment_fund->tenure_from_final_date}}</p>
</div>
<p class="w-50">Target IRR: {{$data->alternative_investment_fund->target_irr}}</p> <span class="mx-2">|</span>
<p class="w-50">Tenure From Final Date: {{$data->alternative_investment_fund->tenure_from_final_date}}</p>
</div>
<div class="dics">
<h4>Minimum Investment: {{$data->alternative_investment_fund->minimum_investment}}</h4>