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