@lang('Change your password')

@csrf
@error('newPassword') {{ $message }} @enderror
@error('confirmNewPassword') {{ $message }} @enderror
@if($basicControl->strong_password)
@lang('Password requirements:')

@lang('Ensure that these requirements are met:')

  • @lang('Minimum 8 characters long - the more, the better')
  • @lang('At least one lowercase character')
  • @lang('At least one uppercase character')
  • @lang('At least one number, symbol, or whitespace character')
@endif
@push('js-lib') @endpush @push('script') @endpush