@props([ 'model', // property path on the host component, e.g. "uris" 'items' => [], // current array value 'label' => null, 'addLabel' => 'Add', 'placeholder' => null, 'icon' => null, 'min' => 1, ])
class(['w-full']) }}> @if ($label) @endif @foreach ($items as $index => $value) count($items) > $min ]) > @if (count($items) > $min) @endif
@endforeach