@props([ 'name', 'label', ]) @if($label ?? null) @include('components.inputs.partials.label') @endif @error($name) @include('components.inputs.partials.error') @enderror