@props([ 'name' => null, 'options' => [], 'value' => null, ]) @php $id = $attributes->get('id', $name); @endphp
@foreach($options as $key => $option) @php $label = Arr::get($option, 'label'); $image = Arr::get($option, 'image', asset('vendor/core/core/base/images/ui-selector-placeholder.jpg')); @endphp
@if($label) @endif
@endforeach