@if (isset($errors) && count($errors) > 0)
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@lang('sistema.old_password')
@lang('sistema.old_password_required_error')
{{ csrf_field() }}
@lang('sistema.new_password')
@lang('sistema.new_password_required_error')
@lang('sistema.confirm_password')
@lang('sistema.confirm_password_required_error')
@lang('sistema.change_password')