{#if showLanding} {:else}
{#if !isAuthenticated} { isAuthenticated = true; navigate("dashboard"); refreshAllData(); }} /> {:else}

{websiteName}

Backend: {backendStatus}
{#if activePage === "dashboard"} {:else if activePage === "inventory"} {:else if activePage === "counter"} {:else if activePage === "sales"} {:else if activePage === "returns"} {/if}
{/if}
{/if}