{{--
{{ __('Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.') }}
@csrf
{{ __('Email Password Reset Link') }}
--}} @extends('layouts.app') @section('mainContent')
Forgot Password?
Troubling Logging In
Enter your email and we will send you a link to get back into your account
@if (session('error'))
{{ session('error') }}
@endif
@csrf
Email Address
{{--
--}}
@error('email')
{{ $message }}
@enderror
Reset Password
No issues return to
Login
@endsection