@props([ 'name', 'label' => null, 'value' => null, 'type' => 'text', 'helperText' => null, ]) @if($label) @endif @if($helperText) {{ Form::helper($helperText) }} @endif {{ $slot }}