@props([ 'error' => '', 'value' => '', 'type' => 'text', 'class' => '', 'opt' => null, 'size' => 'md', 'placeholder' => '', 'icon' => null, ]) @php $for = $attributes['for']; $label = $attributes['label']; unset($attributes['for']); unset($attributes['label']); @endphp @isset($attributes['col'])
@endisset
@if(isset($prepend) or isset($icon))
@isset($icon) @endisset @isset($prepend) {!! $prepend !!} @endisset
@endif {!! $slot !!} @isset($append)
{!! $append !!}
@endisset
@if(isset($error) and !empty($error)) @endif
@isset($attributes['col'])
@endisset