{{ __('str.mens_password_confirm') }} email

logo-img

{{ __('str.modul_serv_centr') }}

{{ __('str.serv_centr') }}

{{ __('str.keep_connection') }}
{{ __('str.auth') }}
{{ __('str.reg') }}
{{ __('str.reg_your_account') }}
@csrf @if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror