verify_code.blade.php
1.12 KB
<body>
<div style="width:700px;margin:0 auto;border-bottom:1px solid #ccc; border-top:1px solid #ccc; padding:30px">
<div style="line-height:1.5;font-size:14px;margin-bottom:25px;color:#4d4d4d;">
<p style="margin-bottom:15px;">尊敬的用户:您好!(Dear User)</p>
<p style="margin-bottom:15px;">
您正在进行注册账号操作,请在验证码输入框中输入:(You are registering an account, please enter in the verification code input box: )
<span style="color:#000b16;font-size: 24px">{{$code}}</span>,以完成操作。(,to complete the operation.)
</p>
<p>验证码有效期为30分钟(The code will expire in 30 minutes.)</p>
</div>
<div style="padding:10px 10px 0;margin-bottom:20px;line-height:1.3em;font-size:12px;">
<p>此为系统邮件,请勿回复(This is a system email, please do not reply.)<br>
请保管好您的邮箱,避免账号被他人盗用(Please take good care of your email to prevent your account from being stolen by others.)
</p>
<p>Parlando Network Technology Team</p>
</div>
</div>
</body>