@props(['id', 'name', 'type', 'value']) @php $inputId = $id ?? $name; $inputType = $type ?? 'text'; $inputValue = old($name, $value ?? ''); @endphp @error($name)