From f3ef21d1bec39696b94de82b6a2bfbdbfc3ac8a9 Mon Sep 17 00:00:00 2001 From: arifal Date: Fri, 21 Mar 2025 15:10:28 +0700 Subject: [PATCH] fix style error message when failed login --- resources/views/auth/signin.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/auth/signin.blade.php b/resources/views/auth/signin.blade.php index e2d4781..35ce76a 100755 --- a/resources/views/auth/signin.blade.php +++ b/resources/views/auth/signin.blade.php @@ -30,7 +30,7 @@ class="authentication-bg" @if (sizeof($errors) > 0) @foreach ($errors->all() as $error) -

{{ $error }}

+

{{ $error }}

@endforeach @endif @@ -39,6 +39,7 @@ class="authentication-bg"
+