@props([ 'name', 'label', 'value' => null, 'required' => false, 'help' => null, 'placeholder' => null, 'min' => null, 'max' => null, 'step' => null ])
@error($name)
{{ $message }}
@enderror @if($help && !$errors->has($name))
{{ $help }}
@endif