@include('include.auth-header')
Reset password

If you forgot your password, well, then we’ll email you instructions to reset your password.

@if(session()->has('customer_check_forgot_message'))

{{session()->get('customer_check_forgot_message')}}

@endif
@csrf
Need Help?
@error('email')

{{$message}}

@enderror
Return to login
@include('include.auth-footer')