Today's Payment

₹<%= todaysEarnings %>

₹<%= totalEarnings %> Payment Received Till Date

Today's Users

<%= todaysUsers %>

Total <%= totalUsers %> Users

Today's Referral Joins

<%= todaysReferJoins %>

Total <%= totalReferJoins %> Users Joined With Refer Links

Total Numbers Sold Today

<%= todaysSold %>

Total <%= totalSold %> Numbers Bought By Users Till Date

Top <%= topServices.length ? topServices.length + " " : "" %> Services
<% if(topServices.length){ %>

Here is the list of top <%= topServices.length %> Services which are bought by most users from your active services

<% } else { %>

No top active services available, Add some services from Add Service page...

<% } %>
<% if(topServices.length){ %>
<% topServices.forEach(obj=>{ %> <% }) %>

Service Name

Server

Service Price

Bought By

<%= obj.service_name %>

<%= obj.server_name %>

<%= obj.price %> 💎

<%= obj.users %> Users

<% } %>