@include('layouts.navbars.guest.login')
{{ __('Forgot your password? Enter your email and new password here') }}
{{ __('Email') }}
@error('email')
{{ $message }}
@enderror
{{ __('Password') }}
@error('password')
{{ $message }}
@enderror
{{ __('Password Confirmation') }}
@error('passwordConfirmation')
{{ $message }}
@enderror
{{ __('Reset Password') }}
@if ($showSuccesNotification)
{{ __('Your password has been successfuly changed! You can login now!') }}
@endif @if ($showFailureNotification)
{{ 'Please enter the correct email address!' }}
@endif