@props([
'label' => '',
'name' => '',
'feedback' => null,
'disabled' => false,
])
@php($name = $attributes->whereStartsWith('wire:model')->first() ?? $name)
has('x-show')) x-show="{{ $attributes->get('x-show') }}" x-cloak @endif>
@if ($feedback)
@elseif ($errors->has($name))
{{ $errors->first($name) }}
@endif