관리-도구
편집 파일: 1cacae6bf5dc87d13cfa019a632ef9da.php
<div class="form-group"> <label class="form-label font-semibold"> <?php echo e(translate('password')); ?> <span class="input-required-icon">*</span> </label> <div class="password-toggle rtl"> <input class="form-control text-align-direction auth-password-input" name="password" type="password" id="si-password" placeholder="<?php echo e(translate('enter_password')); ?>" required> <label class="password-toggle-btn"> <input class="custom-control-input" type="checkbox"> <i class="tio-hidden password-toggle-indicator"></i> <span class="sr-only"><?php echo e(translate('show_password')); ?></span> </label> </div> </div> <?php /**PATH /home2/slnssare/public_html/resources/themes/default/web-views/customer-views/auth/partials/_password.blade.php ENDPATH**/ ?>