@props([
'name' => '',
'label' => '',
'feedback' => null,
])
merge([
'class' => 'mb-3',
'x-cloak' => $attributes->has('x-show')
]) }}>
@isset($action) {{ $action }} @endisset
{{ $slot }}
@if ($feedback)
@elseif ($errors->has($name))
{{ $errors->first($name) }}
@endif