@props([ 'isMultiple'=>false, 'isPercentage', 'classes'=>'only-greater-than-zero-allowed', 'currentVal', 'columnIndex'=>$columnIndex , 'name', 'numberFormatDecimals'=>2 , 'inputHiddenAttributes'=>'', 'formattedInputClasses'=>'', 'removeThreeDots'=>false, 'removeCurrency'=>false, 'multiple'=>false, 'readonly'=>false, 'mark'=>'', 'removeThreeDotsClass'=>false, 'isNumber'=>true, 'disabled'=>false, 'dataCurrentYear'=>null, 'inlinePrefix'=>'' ])
merge([]) }} type="hidden" data-name="{{ removeSquareBrackets($name) }}" class="repeat-to-right-input-hidden input-hidden-with-name {{ $classes }}" value="{{ $currentVal }}" @if(!is_null($columnIndex)) data-column-index="{{ $columnIndex }}" @endif @if($isMultiple) multiple @endif @if($name) name="{{ $name }}" @endif >
@if($mark) {{ $mark }} @endif @if(!$removeCurrency && !$mark) @if($isPercentage) % @elseif($mark) {{ $company->getMainFunctionalCurrency() }} @endif @endif
@if(!$removeThreeDots) @elseif(!$removeThreeDotsClass) @endif