@extends('layouts.default') @section('content')
Bonds 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==trim($data->relationship_name ,' ')? 'selected' : ''}}>{{ $data->relationship_name }}
@endforeach
Appointee?
Appointee Name
Appointee DOB
Appointee Relationship
Select an Option
@foreach ($relationship as $data)
appointee_relationship==trim($data->relationship_name ,' ')? 'selected' : ''}}>{{ $data->relationship_name }}
@endforeach
Father Name
Mother Name
Spouse Name
Bond Details
Interest Payment Frequency
Select an Option
payment_frequency == "M" ? 'selected':''}}>Monthly
payment_frequency == "Q" ? 'selected':''}}>Quartely
payment_frequency == "H" ? 'selected':''}}>Half Yearly
payment_frequency == "A" ? 'selected':''}}>Yearly
YTM (Yeild to maturity)
Select an Option
yeild_to_maturity == "1" ? 'selected':''}}>10.9 %
Quote Id
Payment Url
Ekyc Status
Please Select Amount
kyc_status=='failed'?'selected':''}}>Failed
kyc_status=='pending'?'selected':''}}>Pending
kyc_status=='approved'?'selected':''}}>Approved
Coupon Type
Maturity Date
Rating
Allotment Date
Necxt Interest Payment Date
Security Class
Type Of Bond
Select an Option
type_of_bond == "secured" ? 'selected' : ''}}>Secured
type_of_bond == "regular" ? 'selected' : ''}}>Regular
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 == $Bonds->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 == $Bonds->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 == $Bonds->team_location_code) selected @endif> {{ $branch->branch_name }}
@endforeach
Partner Details
Choose an option
Manager Details
Relationship Manager
Choose an option
Payout Cycle
Location
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
Bank passbook
Bank Statement
Bank Cheque
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
Bank passbook
Bank Statement
Bank Cheque
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