@props([ 'name', 'label' => null, 'value' => null, 'options' => [], ]) @foreach($options as $key => $option) @endforeach @if($attributes->has('helper-text')) {{ Form::helper($attributes->get('helper-text')) }} @endif