@props(['name', 'label' => null, 'helperText' => null, 'options' => [], 'value' => null]) @if ($label) @endif {!! Form::customSelect($name, $options, $value, $attributes->getAttributes()) !!} @if ($helperText) {{ Form::helper($helperText) }} @endif