dootask/resources/views/email.blade.php
2022-03-02 18:11:19 +08:00

16 lines
384 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="{{ app()->getLocale() }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body>
你好,你正在绑定 {{env('APP_NAME') }} 的邮箱请于24小时之内点击该链接完成验证 :
<div style="display: flex; justify-content: center;">
<a href="{{$url}}">{{$url}}</a>
</div>
</body>
<body>