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