Today's Orders
{isLoadingStats ? "—" : stats?.todayOrders ?? 0}
Today's Revenue
{isLoadingStats ? "—" : formatCurrency(stats?.todayRevenue ?? 0)}
Pending Stops
{isLoadingStats ? "—" : stats?.pendingStops ?? 0}
Active Products
{/* usage.products comes from the server-rendered prop (via getBillingOverview), so it's available immediately and is guaranteed to match the "Products X/25" usage bar and the billing page. */} {usage.products}
{order.customer_name}
{order.created_at}
No recent orders
Create your first order →Near limit - consider upgrading
)}{section.description}
{isAddon && !isEnabled && section.upgradeText && ({section.upgradeText}
)} {/* Arrow indicator */}