Occupation Information

salaried_employed : null) == 'nepal_gov' ? 'checked' : '' }} onclick="toggleSalariedEmployee()" checked>
salaried_employed : null) == 'public_org' ? 'checked' : '' }} onclick="toggleSalariedEmployee()">
salaried_employed : null) == 'othersalariedemp' ? 'checked' : '' }} onclick="toggleSalariedEmployee()">
@error('other_salaried_employed')
{{ $message }}
@enderror
@error('salaried_employed')
{{ $message }}
@enderror
self_employed : null) == 'ca' ? 'checked' : '' }} onclick="toggleSelfEmployedField()" checked>
self_employed : null) == 'doctor' ? 'checked' : '' }} onclick="toggleSelfEmployedField()">
self_employed : null) == 'lawyer' ? 'checked' : '' }} onclick="toggleSelfEmployedField()">
self_employed : null) == 'business' ? 'checked' : '' }} onclick="toggleSelfEmployedField()">
self_employed : null) == 'otherselfemployed' ? 'checked' : '' }} onclick="toggleSelfEmployedField()">
@error('other_self_employed')
{{ $message }}
@enderror
@error('self_employed')
{{ $message }}
@enderror
Occupational Details
@if (!$preview) @endif @if ($preview) @foreach ($kyc->occupationDetail as $occupation) @endforeach @else @endif
Name of Organization Address Contact Number Nature of Business Designation Estimated Annual Income Actions
{{ $occupation->emp_org_name }} {{ $occupation->emp_org_address }} {{ $occupation->emp_org_contact_no }} {{ $occupation->emp_business_nature }} {{ $occupation->emp_designation }} {{ $occupation->emp_annual_income }}
@if (!$preview)
@endif
Educational Details
@if (!$preview) @endif @if ($preview) @foreach ($kyc->studentDetail as $student) @endforeach @else @endif
Name of College Address Contact No. Actions
{{ $student->student_institution_name }} {{ $student->student_institution_address }} {{ $student->student_institution_phone_no }}
@if (!$preview)
@endif