= $this->extend('layout/email_layout') ?> = $this->section('content') ?>
Student Name: = esc($student['firstname'] ?? '') . ' ' . esc($student['lastname'] ?? '') ?>
Parent:
= esc($parent['firstname'] ?? '') . ' ' . esc($parent['lastname'] ?? '') ?>
Email:
= esc($parent['email'] ?? 'N/A') ?>
The student has just been registered. Please review their information and verify if needed.
= $this->endSection() ?>