@extends('theme::layouts.app', ['alias' => 'Account']) @section('theme::title', __('seo.settings')) @section('theme::sidebar') @include('theme::frontend.account.sidebar', ['account_alias'=>'Settings']) @endsection @section('theme::content')

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

@if(session()->has('success')) @endif
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
show_map === 1) checked @endif>
@if ($errors->has('sro_password')) {{ $errors->first('sro_password') }} @endif
@if ($errors->has('web_password')) {{ $errors->first('web_password') }} @endif

{{ __('home.settings.form.current-web-password-help') }} @if ($errors->has('current_web_password')) {{ $errors->first('current_web_password') }} @endif

@endsection