1234567891011121314151617181920212223 |
- <!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>Document</title>
- </head>
- <body>
- <p>请验证您的验证码 (Please verify your code)';</p>
- <p>尊敬的 {{$name}}:</p>
- <p> 欢迎您!</p>
- <p> 您的验证码是:{{$code}}</p>
- <p>验证码有效时间:10 分钟,请您尽快验证</p>
- <p>诚挚的问候 !</p>
- <p></p>
- <p>Respected {{$name}}:</p>
- <p> Welcome!</p>
- <p> This is your verify code:{{$code}}</p>
- <p> The code expire time: 10 min,please verify as soon as possible</p>
- <p> Best wishes !</p>
- </body>
- </html>
|