@inject('aclConstant', '\App\Util\AclConstant') @php $maskedValue = maskString($creditApplicationBusinessNominee->getValue($key, $listItem, $language),6); $formName = $creditApplicationBusinessNominee->getFormName($key, $listItem, $listIndex, $language); $modelId = $creditApplicationBusinessNominee->getValue('id', $listItem, $language); $html = "
"; $html .= "isRequired($key) . ' ' . $creditApplicationBusinessNominee->isDisabled($key) . " label='" . $creditApplicationBusinessNominee->label($key) . "' data-masked-value='" . $maskedValue . "' data-is-masked='true' />"; if (checkUserPermission($aclConstant::VIEW_MASKED_DATA)) { $html .= "
"; } $html .= '
'; echo $html; @endphp