@props([ 'name', 'label' => null, 'value' => null, 'required' => false, 'optional' => false, 'disabled' => false, 'readonly' => false, 'placeholder' => null, 'help' => null, 'error' => null, 'rows' => 4, 'maxlength' => null, 'autoResize' => false, 'counter' => false, // See input.blade.php's comment — same _field.blade.php superset guard. 'type' => null, 'checked' => false, 'options' => [], 'selected' => null, 'existingUrl' => null, 'aspectRatio' => null, ]) @php $resolvedError = $error ?? $errors->first($name); @endphp
@if ($counter && $maxlength)

@endif