{isSearching ? "در حال جستجو..." : `نتایج زنده (${toPersian(searchResults.length)})`}
{searchResults.length === 0 && !isSearching ? (
دارویی با این نام یافت نشد
) : (
{searchResults.map((prod) => (
))}
)}
)}
{/* Direct Link to All Products */}
{/* Prescription Upload Banner CTA if enabled */}
{isPrescriptionEnabled && (
)}
{/* 4 Major Clinical Categories with Symptoms */}
دستهبندیها و راهکارهای درمانی:
{SOLUTION_ITEMS.map((item) => (
{item.solutions.map((sol, sIdx) => (
))}
))}
)}
{/* 2. MENU BOTTOM SHEET (Modal for Menu Tab) */}
{activeSheet === "menu" && (