{{ __('auth_ui.reset_password_title') }}

@csrf
@error('email')

{{ $message }}

@enderror

{{ __('auth_ui.password_min') }}

@error('password')

{{ $message }}

@enderror

{{ __('auth_ui.back_to_login') }}