@php $label ??= null; $inputType ??= 'text'; $class ??= null; $name ??= ''; $value ??= null; @endphp
@if ($inputType === 'textarea') @else @endif @error($name)
{{ $message }}
@enderror