@props([ 'label' => null, 'name', 'type' => 'text', 'value' => null, 'required' => false, 'help' => null, ])
@if($label) @endif merge(['class' => 'crh-input']) }} > @if($help)
{{ $help }}
@endif @error($name)
{{ $message }}
@enderror