From ed0d40d9e570dfcdd24d0ab3cf259fc92d9844be Mon Sep 17 00:00:00 2001 From: barunsoft Date: Thu, 2 Feb 2023 12:35:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/login.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index a976537..b8c09f7 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -21,7 +21,7 @@ {{ $message }} @enderror -
+
@@ -31,12 +31,12 @@ @error('password') {{ $message }} @enderror + @foreach ($errors->all() as $error) + + {{ $error }} + + @endforeach
- @foreach ($errors->all() as $error) -
- {{ $error }} -
- @endforeach