@props([ 'name', 'label' => null, 'options' => [], 'selected' => null, 'multiple' => false, 'required' => false, 'divClass' => null, 'hideRequiredIndicator' => false, ])
@if ($label) @endif @if ($multiple)

{{ __('Pro tip: Hold down the Ctrl (Windows) / Command (Mac) button to select multiple options.') }}

@endif @error($name)

{{ $message }}

@enderror