Student Profiles
| School ID | First Name | Last Name | DOB | Age | Gender | Assigned Grade | Active | Medical Conditions | Allergies | Photo Consent | Registration Date | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| = esc($student['school_id']) ?> | = esc($student['firstname']) ?> | = esc($student['lastname']) ?> | = esc($dobDisp) ?> | = esc((string)($student['age'] ?? '')) ?> | = esc($student['gender']) ?> | = esc($student['class_section_name']) ?> | = $isActive ? 'Yes' : 'No' ?> | = esc($student['medical_conditions'] ?? '') ?> | = esc($student['allergies'] ?? '') ?> | = !empty($student['photo_consent']) ? 'Yes' : 'No' ?> | = esc($regDisp) ?> | |
| No students found. | ||||||||||||