diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 984e9abb5..c09b128f2 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,21 +1,20 @@ @extends('layouts.app') @section('content') -
+
-
+
-
{{ __('Login') }}
+
{{ __('Login') }}
-
+ @csrf
- -
- +
+ @if ($errors->has('email')) @@ -26,10 +25,9 @@
- -
- +
+ @if ($errors->has('password')) @@ -40,7 +38,7 @@
-
+
-
- - - {{ __('Forgot Your Password?') }} -
+