Please register my son/daughter/ward for adminission in your school.
1. Name of the Student {{ ucfirst($student_details['first_name']) }} {{ ucfirst($student_details['middle_name']) }} {{ ucfirst($student_details['last_name']) }}
2. Date of Birth {{ $student_details['age']}}
Age on 31st March {{ date('Y') }}. Year {{ date('Y',strtotime($student_details['date_of_birth'])) }}Month {{ date('M',strtotime($student_details['date_of_birth'])) }}Day {{ date('d',strtotime($student_details['date_of_birth'])) }}
@if(!empty($student_details['fathers_name']))
3. Father's Name @if(!empty($student_details['fathers_name'])) {{ucfirst($student_details['fathers_name'])}} @else @endif
@else
3. Guardain's Name @if(!empty($student_details['guardian_name'])) {{ucfirst($student_details['guardian_name'])}} @else @endif
@endif
Occupation @if(!empty($student_details['parent_occupation'])) {{ucfirst($student_details['parent_occupation'])}} @else @endif Monthly Income @if(!empty($student_details['parent_income']) && $student_details['parent_income']!=0) {{ucfirst($student_details['parent_income'])}} @else @endif
Qualification @if(!empty($student_details['father_qualification'])) {{ucfirst($student_details['father_qualification'])}} @else @endif Desigation @if(!empty($student_details['father_desigation'])) {{ucfirst($student_details['father_desigation'])}} @else @endif
4. Mother's Name @if(!empty($student_details['mothers_name'])) {{ucfirst($student_details['mothers_name'])}} @else @endif Occupation @if(!empty($student_details['mother_occupation'])) {{ucfirst($student_details['mother_occupation'])}} @else @endif
Monthly Income @if(!empty($student_details['mother_income']) && $student_details['mother_income']!=0) {{ucfirst($student_details['mother_income'])}} @else @endif Qualification @if(!empty($student_details['mother_qualification'])) {{ucfirst($student_details['mother_qualification'])}} @else @endif Desigation @if(!empty($student_details['mother_desigation'])) {{ucfirst($student_details['mother_desigation'])}} @else @endif
5. Nationality @if(!empty($student_details['nationality'])) {{ucfirst($student_details['nationality'])}} @else @endif Religion @if(!empty($religion['religion_name'])) {{ucfirst($religion['religion_name'])}} @else @endif Caste @if(!empty($student_details['caste'])) {{ucfirst($student_details['caste'])}} @else @endif Category @if(!empty($category['category_name'])) {{ucfirst($category['category_name'])}} @else @endif
6. Address : (Permanent) @if(!empty($student_details['address_lane2'])) {{ucfirst($student_details['address_lane2'])}} @else @endif
Address : (Present) @if(!empty($student_details['address_lane1'])) {{ucfirst($student_details['address_lane1'])}} @else @endif
Mobile No. @if(!empty($student_details['mobile'])) {{ucfirst($student_details['mobile'])}} @else @endif Phone @if(!empty($student_details['home_phone'])) {{ucfirst($student_details['home_phone'])}} @else @endif
7. a) Name of Previous School @if(!empty($student_details['last_attended_school'])) {{ucfirst($student_details['last_attended_school'])}} @else @endif
b) Class in which studied in the last school @if(!empty($student_details['last_school_class'])) {{ucfirst($student_details['last_school_class'])}} @else @endif
c) Marks obtained in the last examination in the previous school @if(!empty($student_details['last_school_class_mark'])) {{ucfirst($student_details['last_school_class_mark'])}} @else @endif
d) Medium of instruction in previous school(English/Hindi) @if(!empty($student_details['last_school_medium'])) {{ucfirst($student_details['last_school_medium'])}} @else @endif
e) Proficiency in games/co-curricular/outstanding achievements (if any) @if(!empty($student_details['student_hobby'])) {{ucfirst($student_details['student_hobby'])}} @else @endif
f) Brother/Sister Studying in this School (Name & Class)
@if(!empty($student_details['sibling_name_first']) || !empty($student_details['sibling_name_first']) ) {{ucfirst($student_details['sibling_name_first'])}} - {{ucfirst($student_details['sibling_class_first'])}} @endif
@if(!empty($student_details['sibling_name_second']) || !empty($student_details['sibling_class_second']) )
, {{ucfirst($student_details['sibling_name_second'])}} - {{ucfirst($student_details['sibling_class_second'])}}
@endif