31 lines
1.6 KiB
PHP
Executable File
31 lines
1.6 KiB
PHP
Executable File
<?= $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>! 🎉 We’re excited to have you as part of our growing community.</p>
|
||
|
||
<p>At Al Rahma, we’re committed to nurturing spiritual growth, knowledge and strong Islamic values in a welcoming and engaging environment. Whether you’re a new student, a parent or a community member, we’re thrilled to begin this journey with you.</p>
|
||
|
||
<p>Here’s 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? Don’t hesitate to <a href="mailto:alrahma.isgl@gmail.com">contact us</a>. We’re 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() ?>
|