@props(['disabled' => false, 'options', 'error' => null]) merge(['class' => 'bg-neutral-800 border-neutral-700 text-white text-sm rounded-lg focus:ring-neon-lime focus:border-neon-lime block w-full p-2.5 placeholder-gray-500 transition-colors ' . ($error ? 'border-red-500 focus:border-red-500 focus:ring-red-500' : '')]) !!}> Seleccione @if ($options) @foreach ($options as $key => $op) {{$op}} @endforeach @endif @if($error)
{{ $error }}