= $this->extend('layout/management_layout') ?> = $this->section('content') ?>
New students from the = esc($schoolYear) ?> enrollment roster.
| Student | School ID | Age | Current Class | Enrollment Status | Assessment |
|---|---|---|---|---|---|
| No new students found for this school year. | |||||
| = esc($student['firstname'].' '.$student['lastname']) ?> | = esc($student['school_id']??'—') ?> | = esc($student['age']??'—') ?> | = esc($student['class_section']??'Class not Assigned') ?> | = esc(ucwords((string)($student['enrollment_status']??'unknown'))) ?> |
View Status = esc(ucwords(str_replace('_',' ',$a['status']))) ?>
Review
View Results
|