@props([ 'id' => null, 'name' => null, 'type' => 'text', 'value' => null, 'placeholder' => '', 'required' => false, 'disabled' => false, 'class' => '', 'iconRight' => null, 'onIconClick' => null, ]) @php $finalValue = $value ?? old($name, request($name)); @endphp
{{-- Campo de texto --}} merge([ 'class' => "w-full border border-gray-300 rounded-lg p-2 pr-10 focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition text-sm text-gray-700 $class" ]) }} /> {{-- Icono derecho --}} @if ($iconRight) @endif
@error($name)

{{ $message }}

@enderror