@include('userpage.header')

Profile Form

firstName) ? 'disabled' : '' }}>
lastName) ? 'disabled' : '' }}>
dob) ? 'disabled' : '' }}>

gender === 'male') ? 'checked' : '' }} {{ !empty($participant->gender) ? 'disabled' : '' }}>
gender === 'female') ? 'checked' : '' }} {{ !empty($participant->gender) ? 'disabled' : '' }}>
gender === 'other') ? 'checked' : '' }} {{ !empty($participant->gender) ? 'disabled' : '' }}>
schoolName) ? 'disabled' : '' }}>
{{-- Mother Name --}}
motherName) ? 'disabled' : '' }}>
{{-- Father Name --}}
fatherName) ? 'disabled' : '' }}>
{{-- Mother Occupation --}}
motherOccupation) ? 'disabled' : '' }}>
{{-- Father Occupation --}}
fatherOccupation) ? 'disabled' : '' }}>
{{-- Email --}}
email) ? 'disabled' : '' }}>
{{-- Mobile Number --}}
phoneNumber) ? 'disabled' : '' }}>
{{-- Address --}}
{{-- City --}}
city) ? 'disabled' : '' }}>
{{-- State --}}
state) ? 'disabled' : '' }}>
{{-- Pincode --}}
pincode) ? 'disabled' : '' }}>
@if(empty($participant))
Profile Photo
Preview
Change
Upload ID Card
Preview
Change
Upload Aadhaar Card
Preview
Change
@else
{{-- Profile Photo --}}
Profile Photo
Profile Photo
{{-- ID Card --}}
ID Card
ID Card
{{-- Aadhaar Card --}}
Aadhaar Card
Aadhaar Card
@endif
@if(empty($participant)) @endif
@include('userpage.footer')