diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index fed7176..395cc11 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -13,7 +13,7 @@
- + @if ($errors->has('email'))
{{ $errors->first('email') }}