@php $inputClass = 'mt-2 h-11 w-full rounded-[14px] border border-[#cbd5e1] bg-white px-4 text-[15px] text-[#111827] shadow-sm outline-none transition placeholder:text-[#94a3b8] focus:border-[#6366f1] focus:ring-4 focus:ring-[#6366f1]/15'; $textareaClass = 'mt-2 min-h-[96px] w-full rounded-[14px] border border-[#cbd5e1] bg-white px-4 py-3 text-[15px] text-[#111827] shadow-sm outline-none transition placeholder:text-[#94a3b8] focus:border-[#6366f1] focus:ring-4 focus:ring-[#6366f1]/15'; $labelClass = 'text-sm font-black text-[#344054]'; @endphp