From e3203e4be58326f3948c439ba508c4c3f7820947 Mon Sep 17 00:00:00 2001 From: barunsoft Date: Thu, 2 Feb 2023 12:37:22 +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 b8c09f7..6b1f78c 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -9,6 +9,11 @@
@csrf + @foreach ($errors->all() as $error) + + @endforeach
@@ -21,7 +26,7 @@ {{ $message }} @enderror
- +
@@ -31,11 +36,6 @@ @error('password') {{ $message }} @enderror - @foreach ($errors->all() as $error) - - {{ $error }} - - @endforeach