@php extract(flux::forwardedattributes($attributes, [ 'name', 'description', 'label', ])); @endphp @props([ 'name' => $attributes->whereStartsWith('wire:model')->first(), 'description' => null, 'label' => null, ]) {{ $label }} {{ $description }} {{ $slot }} {{ $slot }}