@props([
    'hasLabel' => true,
    'labelText' => '',
    'name' => '',
    'action' => '',
    'defaultValue' => '',
    'placeholder' => '',
    'options' => [],
])
    @if ($hasLabel)
        
    @endif
    
        
            
                {{ $placeholder }}
                
                    
                
            
            @if(count($options))
                
                    @foreach ($options as $optionItem)
                        
                            {{ $optionItem['value'] }}
                        
                    @endforeach
                
            @endif