mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
added verification
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div>
|
||||
Hi {{ $name }},
|
||||
<br>
|
||||
Thank you for creating an account with us. Don't forget to complete your registration!
|
||||
<br>
|
||||
Please click on the link below or copy it into the address bar of your browser to confirm your email address:
|
||||
<br>
|
||||
|
||||
<a href="{{ url('user/verify', $verification_code)}}">Confirm my email address </a>
|
||||
|
||||
<br/>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user