@props(['name' => '', 'value' => '']) merge([ 'class' => 'form-control focus-glow small-input' . ($errors->has($name) ? ' is-invalid' : ''), 'style' => $errors->has($name) ? 'border-color: #dc3545 !important; border-style: solid !important; border-width: 1px !important;' : 'border-color: #eae8e8 !important; border-style: solid !important; border-width: 1px !important;' ]) }} /> @error($name)
{{ $message }}
@enderror @once @endonce