{{ 'Reset your password' }}

{{ __('Enter your password and password confirmation') }}

@error('password')
{{ $message }}
@enderror
@error('passwordConfirmation')
{{ $message }}
@enderror
@if ($showFailureNotification)
{{ __('Please enter the correct email address!') }}
@endif

{{ __('Already have an account?') }} {{ __('Sign in') }}