@extends('storefront.layout') @section('title', 'Reset password') @section('content')
Account Recovery

Reset your password

Enter your wholesale account email and we will send reset instructions if the account exists.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror

Remembered it? Back to log in

@endsection