Files
2026-02-10 22:11:06 -05:00

31 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?= $this->extend('layout/email_layout') ?>
<?= $this->section('content') ?>
<h2>Welcome, <?= esc(ucfirst($user['firstname'] ?? 'User')) ?>!</h2>
<p>Thank you for registering with <strong>Al Rahma Sunday School</strong>! 🎉 Were excited to have you as part of our growing community.</p>
<p>At Al Rahma, were committed to nurturing spiritual growth, knowledge and strong Islamic values in a welcoming and engaging environment. Whether youre a new student, a parent or a community member, were thrilled to begin this journey with you.</p>
<p>Heres what you can expect as a new member:</p>
<ul>
<li>📚 Access to enriching Islamic studies and Quranic education</li>
<li>🤝 A warm and supportive learning environment</li>
<li>🕌 Regular events, announcements and community updates</li>
</ul>
<p style="font-size:16px;">
Click <a href="<?= base_url('login') ?>" target="_blank" rel="noopener">here</a> to login to your account securely to access your parent portal.
There you can register and enroll your child(ren) in classes, check their enrollment status and track their academic progress,
view/print your invoice, and check school events and calendar.
</p>
<p>Need help or have questions? Dont hesitate to <a href="mailto:alrahma.isgl@gmail.com">contact us</a>. Were here to support you every step of the way.</p>
<p>Once again, welcome to the Al Rahma Sunday School family. We look forward to a wonderful and meaningful experience together!</p>
<p>Warm regards,<br>
<strong>Al Rahma Sunday School Team</strong>
</p>
<?= $this->endSection() ?>