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