@if (Session::has('message')) @endif @if (Session::has('success')) @endif @if (Session::has('status')) @endif @if (Session::has('error')) @endif @if ($errors->count() > 0) @endif
Email
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
Password
@if($errors->has('password'))
{{ $errors->first('password') }}
@endif
Sign in