{{ __('Tamaño: ') . $maxLength . __(' caracteres.') }}
@if($codeInput)
Longitud: {{ strlen($codeInput) }}/{{ $maxLength }}
@endif
@if($this->getTotalDocumentTypesProperty() > 0)
Tipos de documento ({{ $this->getTotalDocumentTypesProperty() }})
@else
No hay tipos de documento agregados
@endif