{{$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($aiCallStatus)
@endif
@if(role() == 'CRM Support' || role() == 'Credit Manager' || role() == 'Sr. Credit Manager' || isSuperAdmin() || isAdmin())
@if(role() == 'Credit Manager' || role() == 'Sr. Credit Manager')
@if(getUserID() == $profileData->cmID)
@endif
@else
@endif
@endif
@if(role() == 'CRM Support' || role() == 'Collections Manager' || isSuperAdmin() || isAdmin())
@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: @if($item->addedBy == 'Call by AI') AI @else {{ getUserNameById('users', 'userID', $item->addedBy, 'displayName') }} @endif {{ $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') @php $filePath = 'documentData/' . $profileData->contactID . '/' . $esignDoc->fileName; $fileUrl = '#'; try { if ($esignDoc->fileName && Storage::disk('s3')->exists($filePath)) { $fileUrl = Storage::disk('s3')->temporaryUrl($filePath, now()->addMinutes(30)); } elseif ($esignDoc->fileName && Storage::disk('public')->exists($filePath)) { $fileUrl = Storage::disk('public')->url($filePath); } } catch (\Exception $e) { $fileUrl = '#'; } @endphp @if($fileUrl != '#') @endif @endif | {{dft($esignDoc->addedOn)}} | {{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')}} | Verify / Download | @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 ?? '-') }} |