{{$page_info['page_name']}}
{{$profileData->name}} ({{$profileData->contactID}})
{{ucwords($profileData->email)}}
@if(!empty($profileData->alternate_email))
{{ucwords($profileData->alternate_email)}}
@endif
@if($profileData->redFlag == '1')
@else
@endif
@if(role() == 'CRM Support' || role() == 'Credit Manager' || role() == 'Sr. Credit Manager' || isSuperAdmin() || isAdmin() || role() == 'Sr. Credit Manager')
@if(role() == 'Credit Manager' || role() == 'Sr. Credit Manager')
@if(getUserID() == $profileData->cmID)
@endif
@else
@endif
@endif
{{ucwords($profileData->email)}}
@if(!empty($profileData->alternate_email)){{ucwords($profileData->alternate_email)}}
@endifMobile: {{$profileData->mobile}}
DOB: {{df($profileData->dob)}}
Pan: {{$profileData->pancard}}
Lead ID: {{$profileData->leadID}}
Gender: {{$profileData->gender}}
Adhaar: {{$profileData->aadharNo}}
{{--Contact ID: {{$profileData->contactID}}
{{$profileData->aadharNo}}
{{$profileData->pancard}}
--}}Loan Applied
{{$totalLoanApplied}}
Loan Disbursed
{{$totalLoanDisbursed}}
Loan Rejected
{{$totalLoanRejected}}
Lead Status
{{ucwords($profileData->status)}}
Loan Apply Details
| Loan Required: {{ nf($profileData->loanRequired) }} | Monthly Income: {{ nf($profileData->monthlyIncome) }} | Source: {{ $profileData->utmSource }} |
| State: {{ getUserNameById('lms_states', 'stateID', $profileData->state, 'stateName') }} | City: {{ getUserNameById('lms_cities', 'cityID', $profileData->city, 'cityName') }} | Pincode: {{ $profileData->pincode }} |
| Loan Purpose: {{ $profileData->purpose }} | Assigned RM: {{ (!empty($profileData->rmID) ? getUserNameById('users', 'userID', $profileData->rmID, 'displayName') : 'N/A') }} | Assigned CM: {{ (!empty($profileData->cmID) ? getUserNameById('users', 'userID', $profileData->cmID, 'displayName') : 'N/A') }} |
| Applied On: {{ dft($profileData->addedOn) }} | ||
Timeline
{{ $item->status}}
Call by: {{ getUserNameById('users', 'userID', $item->addedBy, 'displayName')}}{{$item->addedOn}}
{{ $item->remarks }}
No Timeline Found
Previous Leads
E-Sign Details
| Status | Requested By | Documents | Requested On | Signed On |
|---|---|---|---|---|
| @if($esignDoc->status == 'requested') Requested @elseif($esignDoc->status == 'signed') Signed @endif | {{$esignDoc->docRequestByName}} | @if($esignDoc->status == 'requested') Check status @elseif($esignDoc->status == 'signed') @endif | {{dft($esignDoc->addedOn)}} | {{ $esignDoc->updatedOn ? dft($esignDoc->updatedOn) : '' }} |
| No record found | ||||
Video Kyc Details
| Action | @endif @endifStatus | Requested By | Video | @if(!empty($videoKycDoc)) @if($videoKycDoc->status == 'approved' || $videoKycDoc->status == 'approval_pending')CM Approval | @endif @endifRequested On | Signed On | ||
|---|---|---|---|---|---|---|---|---|
| @endif | @if($videoKycDoc->status == 'requested') Requested @elseif($videoKycDoc->status == 'approved' || $videoKycDoc->status == 'approval_pending') Signed @endif | {{ getUserNameById('users', 'userID', $videoKycDoc->requestBy, 'displayName')}} | @if($videoKycDoc->server == 'aws')Download Download | @elseVerify / Download | @endif @if(!empty($videoKycDoc)) @if($videoKycDoc->status == 'approved' || $videoKycDoc->status == 'approval_pending') @if($videoKycDoc->cmVerified == 0)Approved | @else{{'Approved'}} | @endif @endif @endif{{dft($videoKycDoc->addedOn)}} | {{ $videoKycDoc->updatedOn ? dft($videoKycDoc->updatedOn) : 'N/A' }} |
| No record found | ||||||||
| Rejection Details | ||||||
|---|---|---|---|---|---|---|
| Branch | Official Email | Cibil Score | Rejection Reason | Remarks | Rejected By | Rejected Date |
| {{ getUserNameById('lms_cities', 'cityID', $rejectionData->branch, 'cityName')}} | {{ $rejectionData->officialEmail}} | {{ $rejectionData->cibil ?? '-' }} |
@php $rejectReasons = json_decode($rejectionData->rejectionReason); @endphp
|
{{ $rejectionData->remarks}} | {{ getUserNameById('users', 'userID', $rejectionData->addedBy, 'displayName')}} | {{ df($rejectionData->createdDate ?? '-') }} |