main-backend/php_code/resources/views/emails/reset-link.blade.php
2026-05-26 18:07:04 +00:00

36 lines
1.1 KiB
PHP

<!DOCTYPE html>
<html>
<head>
<title>LUPMIS 2.0 User Account</title>
</head>
<body>
<h2>Account Reset Request</h2>
<p>Hello {{ $fullname }} </p>
<p>Your have requested to reset your LUPMIS Account. Use the link below to complete the process.</p>
<ol>
<li><a href="{{ $reset_url }}">Reset Link</a></li>
</ol>
<p>The reset link will expire in 15 mins</p>
<p>If you did not make this request, no further action is needed.</p>
<tr>
<td>
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td class="content-cell" align="center">
<!-- Your custom HTML content goes here -->
<p style="font-family: sans-serif; font-size: 12px; color: #aeaeae; text-align: center;">
&copy; {{ date('Y') }} [{{ 'LUPMIS 2.0' }}](https://lupmis4luspa.org). All rights reserved.
</p>
</td>
</tr>
</table>
</td>
</tr>
</body>
</html>