@props([ 'name', 'label' => null, 'values' => [], 'hint' => null, 'placeholder' => '', ]) @php($rows = old($name, $values ?: [])) {{-- Repeating single-line inputs: sector services, media tags, hero badges. --}}
only('class') }} x-data="repeater({{ Js::from(array_values(array_filter((array) $rows, fn ($v) => filled($v)))) }})"> @if ($label) {{ $label }} @endif @if ($hint)

{{ $hint }}

@endif