| = esc($student['school_id']) ?> |
= esc($student['firstname']) ?>
= student_enrollment_status_button($student, $selectedYear) ?>
|
= 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) ?> |
|