From 5eb35bca8e35b8d2f98fe432f8066e67e18ec019 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 28 Feb 2023 19:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B=20=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/auth/passwords/confirm.blade.php | 50 ++++++++++--------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/resources/views/auth/passwords/confirm.blade.php b/resources/views/auth/passwords/confirm.blade.php index 33e3154..761f189 100644 --- a/resources/views/auth/passwords/confirm.blade.php +++ b/resources/views/auth/passwords/confirm.blade.php @@ -1,30 +1,34 @@ @extends('layouts.app') @section('content') -

{{ __('Confirm Password') }}

- - {{ __('Please confirm your password before continuing.') }} - -
- @csrf - -
- - - - @error('password') - - {{ $message }} +
+
+ + - @enderror +

{{ __('Confirm Password') }}

+ {{ __('Please confirm your password before continuing.') }} + + @csrf + +
+ + + @error('password') + + {{ $message }} + + @enderror +
+ + + +
- - - - +
@endsection