@include('site.client.controllers.upper-header') @include('site.client.controllers.header')

@lang('data.newPassword')

@lang('data.changePassword')

@csrf
@lang('data.newPassword')
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@lang('data.newPasswordConfirmation')
@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@include('site.client.controllers.footer')