@include('layouts.navbars.guest.login')
@if ($showDemoNotification)
{{ __(' You are in a demo version, you can\'t update the profile.') }}
@endif
{{ __('Forgot your password? Enter your email here') }}
{{ __('Email') }}
@error('email')
{{ $message }}
@enderror
{{ __('Recover your password') }}
@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