From 5649f88e14f48027e33e865fbee5a7128e058178 Mon Sep 17 00:00:00 2001 From: barunsoft Date: Thu, 2 Feb 2023 12:34:17 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 2b43ac9..a976537 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -32,6 +32,11 @@ {{ $message }} @enderror + @foreach ($errors->all() as $error) +
+ {{ $error }} +
+ @endforeach