CODE : 5204 (Honours), 7250 (College)
EIIN : {{ $setting->eiin }}
| Student ID | {{ optional($hostelstudent->studentuser)->uid }} | Hostel ID | {{ $hostelstudent->hostel_uid }} |
|---|---|---|---|
| Class | {{ optional($hostelstudent->studentuser->student->classtype)->name }} | Subject/Group | {{ optional($hostelstudent->studentuser->student->group)->name }} |
| Class Roll | {{ optional($hostelstudent->studentuser)->roll }} | Session | {{ optional($hostelstudent->studentuser->student->session)->name }} |
| Name of Student | {{ optional($hostelstudent->studentuser)->name }} | Mobile Number | {{ optional($hostelstudent->studentuser)->mobile }} |
| Father's Name | {{ optional($hostelstudent->studentuser->studentInfo)->father }} | Father’s Cell NO. | {{optional($hostelstudent->studentuser->studentInfo)->father_mobile }} |
| Mother’s Name | {{ optional($hostelstudent->studentuser->studentInfo)->mother }} | Mother’s Cell No. | {{ optional($hostelstudent->studentuser->studentInfo)->mother_mobile }} |
| Present Address |
Village : {{ optional($hostelstudent->studentuser->studentInfo)->address }} Post Office : {{ optional($hostelstudent->studentuser->studentInfo)->post_office }} P.S : {{ optional($hostelstudent->studentuser->studentInfo)->police_station }} District : {{ optional($hostelstudent->studentuser->studentInfo)->district_name }} |
||
| Permanent Address |
Village : {{ optional($hostelstudent->studentuser->studentInfo)->per_address }} Post Office : {{ optional($hostelstudent->studentuser->studentInfo)->per_post_office }} P.S : {{ optional($hostelstudent->studentuser->studentInfo)->per_police_station }} District : {{ optional($hostelstudent->studentuser->studentInfo)->per_district_name }} |
||
| Admission Date | {{ $hostelstudent->created_at }} | Release Date | |
| Nationality | {{ optional($hostelstudent->studentuser->studentInfo->country)->name }} | Date of Birth | {{ optional($hostelstudent->studentuser->studentInfo)->dob }} |
| Religion | {{ optional($hostelstudent->studentuser->studentInfo->religion)->name }} | Blood Group | {{ optional($hostelstudent->studentuser->studentInfo)->blood_group }} |
| Status | {{ $hostelstudent->status }} | ||