recreate project

This commit is contained in:
root
2026-02-10 22:11:06 -05:00
commit 663c0cdbda
10149 changed files with 1379710 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<?= $this->extend('layout/email_layout') ?>
<?= $this->section('content') ?>
<p style="font-size: 18px;">Hello,</p>
<p style="font-size: 18px;">
We received a request to reset your password. If you initiated this request, please click on the link below to set a new password:
</p>
<p style="font-size: 18px;">
<a href="<?= esc($resetLink) ?>" style="color: #007bff;">Reset Password</a>
</p>
<p style="font-size: 18px;">
If you did not request a password reset, please discard this email.
</p>
<p style="font-size:18px">
Warm regards,<br>
<strong><?= esc($orgName ?? 'Al Rahma Sunday School') ?></strong>
</p>
</p>
<?= $this->endSection() ?>