@props(['disabled' => false, 'label' => null, 'id' => rand(9, 99999), 'group' => false, 'placeholderValue' => '']) @php $uniqId = 'select' . uniqid(); @endphp
@if ($label) @endif
@if (data_get($this, $attributes->wire('model')->value())) @endif {{ $action ?? null }}

{{ $errors->first($attributes->get('wire:model')) }}