@props(['label' => '', 'name' => '', 'feedback' => null, 'id']) @php $name = $attributes->has('wire:model') ? $attributes->get('wire:model') : $name; $id = $id ?? $name; @endphp