From d0edde1a53825b289df7b09c762b1aecee09acf3 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 2 Feb 2023 20:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E7=99=BB=E5=BD=95?= =?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/login.blade.php | 126 ++++++++++----------------- 1 file changed, 44 insertions(+), 82 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 8116f63..ea03af6 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,91 +1,53 @@ @extends('layouts.app') @section('content') -
-
-
-
-
{{ __('Login') }}
-
-
- @csrf +

欢迎使用 {{ config('app.display_name') }}

-
- - -
- - - @error('email') - - {{ $message }} - - @enderror -
-
- -
- - -
- - - @error('password') - - {{ $message }} - - @enderror -
-
- -
-
-
- - - -
-
-
- -
- - -
如果您继续,则代表您已经阅读并同意 服务条款 -
-
-
-
-
-
+
+ @csrf +
+ +
-
+
+ + +
+ +
+
+ + +
+
+ +
如果您继续,则代表您已经阅读并同意 服务条款 +
+ + + + + + + +
+ + + {{ __('Register') }} + +   + + {{ __('Forgot Your Password?') }} + @endsection