{{-- Generate New Password

Reset Your Password

Use the form on the right to set a new password.

Set New Password

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
@csrf

Remembered your password? Back to Login

--}} Forgot Password
@csrf

Generate Your Password

{{-- --}}

Hello, Friend!

If you remember your password, you can go back to the login page.