From e1e231ea4eefad1ed0c8521db9b5a99bdb9fb225 Mon Sep 17 00:00:00 2001 From: Alfin Afif Date: Wed, 10 Sep 2025 18:29:16 +0700 Subject: [PATCH] Push --- resources/views/auth/login.blade.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index e5a67e5..8cee8b6 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -71,16 +71,16 @@ {!! ReCaptcha::htmlScriptTagJsApi() !!}
-
{!! htmlFormSnippet() !!}
-
- @if ($errors->has('g-recaptcha-response')) -
- {{ $errors->first('g-recaptcha-response') }} - -
- @endif + class="col-12 d-flex justify-content-center mb-2 @error('g-recaptcha-response') is-invalid + @enderror"> +
{!! htmlFormSnippet() !!}
+ + @if ($errors->has('g-recaptcha-response')) +
+ {{ $errors->first('g-recaptcha-response') }} + +
+ @endif