@if (session('status') && session('status') == 'success')
{{ session('message') }}
@elseif (session('status') && session('status') == 'failed')
{{ session('message') }}
Forgot Your Password?
We get it, stuff happens. Just enter your email address below and we'll send you a link to reset your password!
@if (count($errors) >0)