@props([ 'label', 'name', 'type' => 'text', 'value' => '', 'placeholder' => null, 'required' => false, 'help' => null, ])
merge(['class' => 'account-field__input']) }} > @if ($help)

{{ $help }}

@endif @error($name)

{{ $message }}

@enderror