{{ __('Reset Password') }}

{{ __('You will receive an e-mail in maximum 60 seconds') }}

@error('email')
{{ $message }}
@enderror
@if ($showSuccesNotification)
{{ __('An email for resetting your password has been sent.') }}
@endif @if ($showFailureNotification)
{{ __('You are not registered as a user. Please sign up') }}{{ __('here') }}
@endif @if ($showDemoNotification)
{{ __('This is a demo version. You can not change the password.') }}
@endif