Files
merchbay/resources/views/emails/password.blade.php
2022-01-29 18:54:54 +08:00

18 lines
530 B
PHP
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reset Password</title>
</head>
<body>
<p> You requested a link to change your current merchbay account password.</p>
<p>Please click this <a href="{{ url('password/reset/'.$token) }}">link</a> to set your new password.</p>
<br><br><br><br><br>
--
This is an auto-generated email. Do not reply to this message.
</body>
</html>