@props([ 'name', 'label' => null, 'type' => 'text', 'helperText' => null, ]) @if($label) @endif merge(['type' => $type, 'class' => 'next-input', 'name' => $name, 'id' => $name]) }} type="{{ $type }}"> @if($helperText) {{ Form::helper($helperText) }} @endif {{ $slot }}