= $this->extend('layout/email_layout') ?> = $this->section('email_content') ?>
Dear = esc($parentName ?? 'Parent') ?>,
This email confirms the following students have been officially withdrawn from our school:
| Student | Effective Date |
|---|---|
| = esc($w['name'] ?? '') ?> | = esc($w['withdrawalDate'] ?? '') ?> |
This email confirms the following = count($studentName) ?> students have been officially withdrawn from our school= !empty($withdrawalDate) ? ' effective ' . esc($withdrawalDate) : '' ?>:
This email confirms that = esc($studentName ?? 'your student') ?> has been officially withdrawn from our school= !empty($withdrawalDate) ? ' effective ' . esc($withdrawalDate) : '' ?>.
The refund process has been completed. You should see the credit in your account within 3–5 business days.
trim($n), $studentName); if (count($names) === 1) { $farewell = $names[0]; } elseif (count($names) === 2) { $farewell = $names[0] . ' and ' . $names[1]; } else { $last = array_pop($names); $farewell = implode(', ', $names) . ', and ' . $last; } } else { $farewell = $studentName ?? 'your student'; } ?>We're sorry to see you go and wish = esc($farewell) ?> all the best in their future educational endeavors.
If you would like to re-enroll in the future, please don't hesitate to contact us.
Best regards,
Registrar's Office