@props([ 'name', 'label' => null, 'type' => 'text', 'value' => null, 'placeholder' => '', 'required' => false, 'help' => null, 'icon' => null, 'append' => null, ]) @php $id = $attributes->get('id', $name); @endphp
@if($label) @endif
@if($icon) @endif except(['id', 'class']) }} > @if($append) {{ $append }} @endif
@if($help){{ $help }}@endif
@error($name) {{ $message }} @enderror