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

@if(session()->has('success')) @endif @if(session()->has('error')) @endif
{{__('Current account data')}}
@csrf
@if($account->is_email_verified)
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endif
is_email_verified) name="email" id="email" value="{{ $account->email }}" class="form-control {{ $errors->has('email') ? ' is-invalid' : '' }}"> @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if($account->is_email_verified)
{{__('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
@endif

@if($account->is_email_verified)

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

@endif