{{-- Card --}}
{{-- Info text --}}

{{ __('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.') }}

{{-- Session Status --}} @if (session('status'))
{{ session('status') }}
@endif {{-- Form --}}
@csrf {{-- Email --}}
@error('email') {{ $message }} @enderror
{{-- Submit Button --}}