@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'])