From d74421667fe4c6a75afbbf4102f467321a111597 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 28 Feb 2023 19:42:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/verify.blade.php | 39 +++++++++++++++++---------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/resources/views/auth/verify.blade.php b/resources/views/auth/verify.blade.php index f5805cc..3be966b 100644 --- a/resources/views/auth/verify.blade.php +++ b/resources/views/auth/verify.blade.php @@ -1,20 +1,31 @@ @extends('layouts.app') @section('content') -

验证邮件地址

+
+
+ @if (session('resent')) + + + +
{{ __('A fresh verification link has been sent to your email address.') }}
+ @else + + + +

验证电子邮件地址

+ {{ __('Before proceeding, please check your email for a verification link.') }} + {{ __('If you did not receive the email') }}, +
+ @csrf + + 。 +
- @if (session('resent')) - {{ __('A fresh verification link has been sent to your email address.') }} - @else - {{ __('Before proceeding, please check your email for a verification link.') }} - {{ __('If you did not receive the email') }}, -
- @csrf - - 。 -
+

我们将会删除超过 3 天没有验证邮箱的用户。

+ @endif + +
+
-

我们将会删除超过 3 天没有验证邮箱的用户。

- @endif @endsection