
| Applicants Information : | |||
|---|---|---|---|
| Applicant Name | {{ $lottery_result->student->student_name ?? $lottery_result->student_name }} |
@if ($lottery_result->student && $lottery_result->student->student_photo)
|
|
| Father's Name | {{ $lottery_result->student->father_name ?? $lottery_result->father_name }} | ||
| Mother's Name | {{ $lottery_result->student->mother_name ?? $lottery_result->father_name }} | ||
| Birth Registration Number | {{ $lottery_result->student->birth_registration_no ?? $lottery_result->birth_registration_no }} | ||
| Class | {{ $lottery_result->student->class_name ?? $lottery_result->class_name }} | ||
| Section | {{ $lottery_result->section_name }} | ||
| Roll | {{ $lottery_result->student_roll }} | ||
| Father's Name | {{ $lottery_result->student->father_name ?? $lottery_result->father_name }} | ||
| Contact Number | {{ $lottery_result->student->mobile ?? $lottery_result->mobile }} | ||
| Criteria | {{ $lottery_result->criteria }} | ||
| Serial/Rank | {{ $lottery_result->serial_rank }} | ||