@extends('layouts.secondHeader') @section('content')
Home Loan Form
@csrf
Insurance Co. Details
Insurance Company Name
Select an Option
Plan Name
Select an Option
Sub Plan Name
Select an Option
Personal Details
Name
DOB
Gender
Select an Option
personal_gender=='male' ? 'selected': ''}}>Male
personal_gender=='female' ? 'selected': ''}}>Female
personal_gender=='others' ? 'selected': ''}}>Others
Aadhaar No
Is Pan Card available ?
Select an Option
pancard_available=='Yes' ? 'selected': ''}}>Yes
pancard_available=='No' ? 'selected': ''}}>No
PAN NO
Height
Weight
Education
Email
Mobile No
Alternate Mobile No
Employee Type
Please Select Employee Type
emp_type=='salaried' ? 'selected': ''}}>Salaried
emp_type=='self_employed' ? 'selected': ''}}>Self Employed
emp_type=='self_employed_professional' ? 'selected': ''}}>Self Employed Professional
Yearly Income
Please Select Income
yearly_income=='upto_3' ? 'selected': ''}}>Up to 3 lacs
yearly_income=='3_to_4' ? 'selected': ''}}>3 to 4 lacs
yearly_income=='4_to_5' ? 'selected': ''}}>4 to 5 lacs
yearly_income=='5_to_10' ? 'selected': ''}}>5 to 10 lacs
yearly_income=='10_above' ? 'selected': ''}}>10+ lacs
Company Name
Permanent Address
Same as Permanent Address
Communication Address
Occupation
Annual Income
Nominee Details
Nominee Name
Nominee DOB
Nominee Relationship
Select an Option
@foreach ($relationship as $data)
nominee_relatinship==$data->relationship_name ? 'selected' : ''}}>{{ $data->relationship_name }}
@endforeach
Appointee?
Appointee Name
Appointee DOB
Appointee Relationship
Select an Option
@foreach ($relationship as $data)
appointee_relationship==$data->relationship_name ? 'selected' : ''}}>{{ $data->relationship_name }}
@endforeach
Father Name
Mother Name
Spouse Name
Premium Details
PPT
PT
Frequency
Select an Option
Monthly
Quartely
Half Yearly
Yearly
Loan Amount
Please Select Amount
Up to 3 lacs
3 to 4 lacs
4 to 5 lacs
5 to 10 lacs
10+ lacs
Number Of Due Collected In Months
Select an Option
1 Month
2 Months
3 Months
Total Premium With Tax / Collected premium
GST Percentage
Select an Option
GST AMOUNT
Premium Without Tax
Annualised Net Premium
Total Sum Assured
Team Details
TEAM DETAILS
team_detail_type=='employee' ? 'selected' : ''}}>Employee
team_detail_type=='partner' ? 'selected' : ''}}>Partner
Caller
Select an Option
@foreach ($caller_list as $data)
employee_code == $Personal_loan->caller_code) selected @endif>{{ $data->firstname }} {{ $data->lastname }}-{{$data->employee_code }}
@endforeach
Team Leader
Assistant Manager
Manager
Center Head
Regional Head / AVP
Zonal Head
Vice President
SM / RM
Select an Option
@foreach ($leads->ResponseObject as $data)
employee_code == $Personal_loan->sm_code) selected @endif> {{ $data->firstname }} {{ $data->lastname}}-{{$data->employee_code }}
@endforeach
Branch - Center Location Name
Select an Option
@foreach ($branchlist->ResponseObject as $branch)
branch_id == $Personal_loan->team_location_code) selected @endif> {{ $branch->branch_name }}
@endforeach
Partner Details
Choose an option
Manager Details
Relationship Manager
Choose an option
Payout Cycle
Location
Discrepancy Team Details
DISCREPANCY TEAM DETAILS
DISCREPANCY TEAM DETAILS
Select Option
YES
NO
Caller
Choose an option
Team Leader
Choose an option
Assistant Manager
Choose an option
Manager
Choose an option
Center Head
Choose an option
Regional Head / AVP
Choose an option
Zonal Head
Choose an option
Vice President
Choose an option
Relationship Manager & Relationship Manager Code
Choose an option
Branch - Center Location Name
Select an Option
Employee List Not Available
Choose an option
New Joinee
Others
Partner Details
Select an Option
Manager Details
Relation Manager
Choose an option
Payout Cycle
Location
Remarks
CBRE
Is Cashback offered ?
Select an Option
cashback_offered=='Yes' ? 'selected' : ''}}>Yes
cashback_offered=='No' ? 'selected' : ''}}>No
CBRE %
Employee who offered CBRE to Client
Select an Option
@foreach ($leads->ResponseObject as $data)
cbre_to_client)) == 2 && $data->employee_code == explode("-", $Personal_loan->cbre_to_client)[1]) selected @endif> {{ $data->firstname }} {{ $data->lastname }}- {{$data->employee_code}}
@endforeach
Remarks
{{$Personal_loan->cbre_remarks}}
Loan Details
Loan Referance No
Loan No
Loan Amount
Please Select Amount
loan_amount_type=='upto_3'?'selected':''}}>Up to 3 lacs
loan_amount_type=='3_to_4'?'selected':''}}>3 to 4 lacs
loan_amount_type=='4_to_5'?'selected':''}}>4 to 5 lacs
loan_amount_type=='5_to_10'?'selected':''}}>5 to 10 lacs
loan_amount_type=='above_10'?'selected':''}}>10+ lacs
Loan Status
Select an Option
loan_status=='Issued'?'selected':''}}>Issued
loan_status=='Query'?'selected':''}}Query
loan_status=='Rejected / Cancelled'?'selected':''}}>Rejected / Cancelled
loan_status=='Under Process'?'selected':''}}>Under Process
Attachments
Add Attchment
@if($checkattachfile == 0 || $checkattachfile == "0")
Document Type
Select an Option
Policy Copy
KYC DOC
Proposal Form
Verification Call Recording
Datasheet
Aadhaar Front Side
Aadhaar Back Side
Pan
Recent Photo
File
Remarks
@endif @foreach($policy_attachmentss as $key => $attchment)
Document Type
Select an Option
Policy Copy
KYC DOC
Proposal Form
Verification Call Recording
Datasheet
Aadhaar Front Side
Aadhaar Back Side
Pan
Recent Photo
Proposal From
Illustration
Receipt Copy / Payment Paid Confirmation
Cancelled Cheque Leaf or Bank Pass Book
File
@if($attchment['file_attach_type'] == "image")
x
@else
x
@endif
Remarks
{{$attchment['attachments_remarks']}}
@endforeach
Remarks
Add Remarks
@if($remarks =='')
Remarks
Remarks Filled by
@endif @foreach($remarks as $remark)
Remarks
{{$remark['pl_remarks']}}
Remarks Filled by
@endforeach
Submit
@stop