added invidual purchase
This commit is contained in:
@@ -1 +1,18 @@
|
||||
Click here to reset your password: {{ url('password/reset/'.$token) }}
|
||||
<!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>
|
||||
Reference in New Issue
Block a user