From 60c1f272e08f005bf1b0f70a779937c1e4b824db Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 29 May 2018 20:47:11 -0600 Subject: [PATCH] Update login view --- resources/views/auth/login.blade.php | 37 ++++++++++++++++------------ 1 file changed, 21 insertions(+), 16 deletions(-) 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?') }} -
+