diff --git a/resources/views/themes/base/partials/login.blade.php b/resources/views/themes/base/partials/login.blade.php index 2c7f945..bc7c194 100644 --- a/resources/views/themes/base/partials/login.blade.php +++ b/resources/views/themes/base/partials/login.blade.php @@ -5,10 +5,10 @@
- + @if ($errors->has('email')) -
+
{{ $errors->first('email') }}
@endif @@ -19,10 +19,10 @@
- + @if ($errors->has('password')) -