mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 12:34:06 +00:00
23 lines
468 B
PHP
23 lines
468 B
PHP
<!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>
|