Personal Information

{{-- Applicant Image Browser or click --}}
@if (!$preview)
@endif @error('applicant_image')
{{ $message }}
@enderror
@if ($kyc->applicant_image != null) Applicant Image @endif
{{-- Marital Details --}}
marital_status : null) == 'married' ? 'checked' : '' }}>
marital_status : null) == 'unmarried' ? 'checked' : '' }}>
marital_status : null) == 'other' ? 'checked' : '' }}>
@error('marital_status')
{{ $message }}
@enderror
@error('other_marital_status')
{{ $message }}
@enderror
{{-- Family Details --}}
@if (!$preview) @endif @if ($preview) @foreach ($kyc->familyDetails as $familyDetail) @endforeach @else @endif
Family Member Name of MemberActions
{{ ucfirst(str_replace('_', ' ', $familyDetail->relationship)) }} {{ $familyDetail->name_of_family_member }}
gender : null) == 'male' ? 'checked' : '' }} onclick="toggleOtherGender()" checked>
gender : null) == 'female' ? 'checked' : '' }} onclick="toggleOtherGender()">
gender : null) == 'other' ? 'checked' : '' }} onclick="toggleOtherGender()">
@error('gender')
{{ $message }}
@enderror
@error('other_gender')
{{ $message }}
@enderror
purpose_of_account : null) == 'saving' ? 'checked' : '' }} onclick="toggleOtherPurpose()" checked>
purpose_of_account : null) == 'salary' ? 'checked' : '' }} onclick="toggleOtherPurpose()">
purpose_of_account : null) == 'other' ? 'checked' : '' }} onclick="toggleOtherPurpose()">
@error('purpose_of_account')
{{ $message }}
@enderror
@error('other_purpose_of_account')
{{ $message }}
@enderror
educational_qualification : null) == 'literate' ? 'checked' : '' }} onclick="toggleOtherEducationalQualification()" checked>
educational_qualification : null) == 'see_slc' ? 'checked' : '' }} onclick="toggleOtherEducationalQualification()">
educational_qualification : null) == 'graduate' ? 'checked' : '' }} onclick="toggleOtherEducationalQualification()">
educational_qualification : null) == 'post_graduate' ? 'checked' : '' }} onclick="toggleOtherEducationalQualification()">
educational_qualification : null) == 'other' ? 'checked' : '' }} onclick="toggleOtherEducationalQualification()">
@error('educational_qualification')
{{ $message }}
@enderror
@error('other_educational_qualification')
{{ $message }}
@enderror