| Full Name | {{ $student->stu_full_name ?? 'N/A' }} |
|---|---|
| GR No | {{ $student->gr_num ?? 'N/A' }} |
| Auto GR No | {{ $student->auto_gr_num ?? 'N/A' }} |
| Date of Birth | {{ $student->stu_dob ?? 'N/A' }} |
| Gender | {{ ucfirst($student->stu_gender ?? 'N/A') }} |
| Class | {{ $student->class ?? 'N/A' }} |
| Donation Date | {{ $student->donation_date ?? 'N/A' }} |
| Donation Expiry | {{ $student->donation_expiry ?? 'N/A' }} |
| Created On | {{ $student->created_on ?? 'N/A' }} |
| Updated On | {{ $student->updated_on ?? 'N/A' }} |
| Father Name | {{ $student->family->father_name ?? 'N/A' }} |
|---|---|
| Mother Name | {{ $student->family->mother_name ?? 'N/A' }} |
| Address | {{ $student->family->address ?? 'N/A' }} |
| Religion | {{ $student->family->religion ?? 'N/A' }} |
| Name | {{ $student->donor->donor_name ?? 'N/A' }} |
|---|---|
| {{ $student->donor->donor_whatsapp ?? 'N/A' }} |