@props([ 'error' => '', 'value' => '', 'type' => 'text', 'class' => '' ])
@isset($prepend)
{!! $prepend !!}
@endisset merge(['value' => $value]) }} :class="$class" :type="$type" :id="$attributes['for']" :name="$attributes['for']" :error="$error" /> @isset($append)
{!! $append !!}
@endisset
{!! $slot !!}