Merge branch 'main' of https://github.com/Ritikeshyadav/my-freeu into RitikeshFreeu
This commit is contained in:
@@ -117,6 +117,7 @@ class ManageLeadController extends Controller
|
||||
|
||||
public function viewLead($id)
|
||||
{
|
||||
// dd($this->lead->show($id));
|
||||
return view('Admin.Pages.manage_leads.view-lead', [
|
||||
'lead' => $this->lead->show($id)
|
||||
]);
|
||||
|
||||
@@ -57,4 +57,9 @@ class Lead extends Model
|
||||
public function owner(){
|
||||
return $this->belongsTo(User::class, 'lead_owner');
|
||||
}
|
||||
|
||||
// public function leadsource(){
|
||||
// return $this->belongsTo(User::class, 'lead_source');
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
@@ -89,8 +89,7 @@ class LeadService{
|
||||
}
|
||||
|
||||
public function show($id){
|
||||
return Lead::with('user', 'owner', 'notes.admin', 'attachment.admin', 'tasks_meetings.admin', 'calls.admin', 'product.category')->FindOrFail($id);
|
||||
// dd(Lead::with('user', 'owner', 'notes.admin', 'attachment.admin', 'tasks_meetings.admin', 'calls.admin', 'product.category')->FindOrFail($id));
|
||||
return Lead::with('user', 'owner', 'notes.admin', 'attachment.admin', 'tasks_meetings.admin', 'calls.admin', 'product.category','leadSource')->FindOrFail($id);
|
||||
}
|
||||
|
||||
public function edit($id){
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
@@ -499,104 +502,13 @@
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
{{-- <div class="form-box mb-5">
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
<span>Lead Name</span>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="first_name" value='{{ $lead->first_name }}' />
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
<span>Title</span>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="title" value='{{ $lead->title }}' />
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Phone</span>
|
||||
|
||||
</label>
|
||||
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="phone" value='{{ $lead->phone }}' />
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Full Name</span>
|
||||
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)"
|
||||
name="first_name" value='{{ $lead->first_name }}' />
|
||||
|
||||
</div>
|
||||
{{-- <div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Last Name</span>
|
||||
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid" onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)" name="last_name" value='{{$lead->last_name}}' />
|
||||
|
||||
</div> --}}
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Annual Revenue</span>
|
||||
|
||||
</label>
|
||||
<input type="number" class="form-control form-control-solid"
|
||||
name="annual_revenue" value='{{ $lead->annual_revenue }}' />
|
||||
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>No. of Employees</span>
|
||||
|
||||
</label>
|
||||
|
||||
<input type="number" class="form-control form-control-solid"
|
||||
name="total_employees" value='{{ $lead->total_employees }}' />
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-box mb-5">
|
||||
<label class=" fw-semibold form-label mt-3">
|
||||
<span>Investor</span>
|
||||
</label>
|
||||
<select name="users_id" id="" class="form-select">
|
||||
<option value="">Select an Investor</option>
|
||||
@foreach ($investor as $data)
|
||||
<option value="{{ $data->id }}"
|
||||
{{ $lead->users_id == $data->id ? 'selected' : '' }}>
|
||||
{{ $data->name }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
<span>Company</span>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="lead_company" value='{{ $lead->lead_company }}' />
|
||||
|
||||
</div>
|
||||
</div> --}}
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
@@ -608,7 +520,6 @@
|
||||
name="email" value='{{ $lead->email }}' />
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
@@ -651,17 +562,113 @@
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
{{-- <div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Last Name</span>
|
||||
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid" onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)" name="last_name" value='{{$lead->last_name}}' />
|
||||
|
||||
</div> --}}
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Mobile</span>
|
||||
|
||||
</label>
|
||||
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="mobile" value='{{ $lead->mobile }}' />
|
||||
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Lead Source</span>
|
||||
|
||||
</label>
|
||||
|
||||
{{-- <input type="text" class="form-control form-control-solid"
|
||||
name="lead_source" value='{{ $lead->lead_source }}' /> --}}
|
||||
|
||||
<select id="lead_source" name="lead_source"
|
||||
class="form-control form-control-solid">
|
||||
@foreach ($users as $data)
|
||||
<option
|
||||
value="{{ $data->id }}"{{ $lead->lead_source == $data->id ? 'selected' : '' }}>
|
||||
{{ $data->name }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>No. of Employees</span>
|
||||
|
||||
</label>
|
||||
|
||||
<input type="number" class="form-control form-control-solid"
|
||||
name="total_employees" value='{{ $lead->total_employees }}' />
|
||||
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
<span>Lead Name</span>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="first_name" value='{{ $lead->first_name }}' />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col-md-6">
|
||||
<div class="form-box mb-5">
|
||||
<label class=" fw-semibold form-label mt-3">
|
||||
<span>Investor</span>
|
||||
</label>
|
||||
<select name="users_id" id="" class="form-select">
|
||||
<option value="">Select an Investor</option>
|
||||
@foreach ($investor as $data)
|
||||
<option value="{{ $data->id }}"
|
||||
{{ $lead->users_id == $data->id ? 'selected' : '' }}>
|
||||
{{ $data->name }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
<span>Company</span>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="lead_company" value='{{ $lead->lead_company }}' />
|
||||
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
<span>Title</span>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="title" value='{{ $lead->title }}' />
|
||||
</div>
|
||||
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Mobile</span>
|
||||
<span>Phone</span>
|
||||
|
||||
</label>
|
||||
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="mobile" value='{{ $lead->mobile }}' />
|
||||
name="phone" value='{{ $lead->phone }}' />
|
||||
|
||||
</div>
|
||||
|
||||
@@ -669,22 +676,24 @@
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Lead Source</span>
|
||||
<span>Full Name</span>
|
||||
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
onkeydown="return /^[a-zA-Z\s]+$/i.test(event.key)"
|
||||
name="first_name" value='{{ $lead->first_name }}' />
|
||||
|
||||
{{-- <input type="text" class="form-control form-control-solid"
|
||||
name="lead_source" value='{{ $lead->lead_source }}' /> --}}
|
||||
</div>
|
||||
|
||||
<select id="lead_source" name="lead_source"
|
||||
class="form-control form-control-solid">
|
||||
@foreach ($users as $data)
|
||||
<option
|
||||
value="{{ $data->id }}"{{ $lead->lead_source == $data->id ? 'selected' : '' }}>
|
||||
{{ $data->name }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
<div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>Annual Revenue</span>
|
||||
|
||||
</label>
|
||||
<input type="number" class="form-control form-control-solid"
|
||||
name="annual_revenue" value='{{ $lead->annual_revenue }}' />
|
||||
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
@@ -707,6 +716,25 @@
|
||||
|
||||
</label>
|
||||
|
||||
<input type="number" class="form-control form-control-solid"
|
||||
name="total_employees" value='{{ $lead->total_employees }}' />
|
||||
|
||||
</div>
|
||||
<div class="form-box mb-5">
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
<span>Lead Name</span>
|
||||
</label>
|
||||
<input type="text" class="form-control form-control-solid"
|
||||
name="first_name" value='{{ $lead->first_name }}' />
|
||||
</div> --}}
|
||||
{{-- <div class="form-box mb-5">
|
||||
|
||||
<label class="fs-6 fw-semibold form-label mt-3">
|
||||
|
||||
<span>No. of Employees</span>
|
||||
|
||||
</label>
|
||||
|
||||
<input type="number" class="form-control form-control-solid"
|
||||
name="total_employees"
|
||||
value='{{ $lead->total_employees }}' />
|
||||
@@ -954,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"
|
||||
@@ -1774,9 +1802,9 @@
|
||||
|
||||
<!-- <a class="action_icon" data-bs-toggle="modal" data-bs-target="#subjectpop">
|
||||
|
||||
<i class="fa fa-file-text" aria-hidden="true"></i>
|
||||
<i class="fa fa-file-text" aria-hidden="true"></i>
|
||||
|
||||
</a> -->
|
||||
</a> -->
|
||||
|
||||
<input type="text" id="" name="subject">
|
||||
|
||||
|
||||
@@ -520,7 +520,7 @@
|
||||
<td><i class="fa fa-phone-square" aria-hidden="true"></i><a
|
||||
href="">{{ $lead->mobile ? $lead->mobile : '--' }}</a>
|
||||
</td>
|
||||
<td>{{ $lead->lead_source ? $lead->lead_source : '--' }}</td>
|
||||
<td>{{ $lead->leadSource ? $lead->leadSource->name : '--' }}</td>
|
||||
<td>{{ $lead->modified_by ?? '--' }}</td>
|
||||
|
||||
</tr>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user