@props([ 'error' => '', 'value' => '', 'type' => 'text', 'class' => '', 'opt' => '', 'size' => 'md', 'placeholder' => '', 'icon' => null, //'disabled' => false, ]) @isset($attributes['col'])
@endisset
@if(isset($attributes['label'])) @endif
@isset($prepend)
{!! $prepend !!}
@endisset merge(['value' => $value]) }} :class="$class" :type="$type" :opt="$opt" :id="$attributes['for']" :name="$attributes['for']" /> @isset($append)
{!! $append !!}
@endisset
{!! $slot !!} @if($error) @endif
@isset($attributes['col'])
@endisset