@props([ 'label', 'name', 'type' => 'text', 'placeholder' => '', 'icon' => null, 'action' => null, 'value' => null, ])
@if ($action) {{ $action }} @endif
@if ($icon) @endif merge([ 'class' => 'auth-input-shadow h-12 w-full rounded-[7px] border-0 bg-[#e9ecef] pl-12 pr-12 text-[16px] font-medium text-[#1f252c] placeholder:text-[#c3c8d4] focus:outline-none focus:ring-4 focus:ring-[#005daa]/15', ]) }} > @if ($type === 'password') @endif