{{ __('home.settings.title') }}

@if(session()->has('success')) @endif @if(session()->has('error')) @endif
{{__('Current account data')}}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{__('Change password')}}
{{ __('home.settings.form.current-web-password-help') }} @if ($errors->has('current_web_password')) {{ $errors->first('current_web_password') }} @endif
@if ($errors->has('sro_password')) {{ $errors->first('sro_password') }} @endif

{{__('*Required current Email address')}}