Forget Password
@if (Session::has('success_message'))
Good!
{{ Session::get('success_message')}}
×
@endif @if (Session::has('error_message'))
Error!
{{ Session::get('error_message')}}
×
@endif @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
×
@endif
@csrf
Email Address
Remember me
Already Have An Account? Login
Email Password Reset Link
Sign up with Google
Sign up with Facebook
Don't have an account?
Register now!