Wellness Service
Wellness Service List
<% if (entryCount < 4) { %>
Add Wellness Service
<% } %>
<% var i = 1; list.forEach(function(data) { %>
<% if (data.status === 'active') { %>
<% } else { %>
<% } %>
<% i++; }) %>
<% if (!list || list.length <1) { %>
<% } %>
<% if (listCount > 0) { %>
Question | Describe | Status | Action | |
---|---|---|---|---|
<%= data?.question %> | <%= data?.describe %> | <%= data.status %> | <%= data.status %> |
Sorry! No Result Found
We've searched more than 150+ transformation videos We did not find any transformation video for you search.
Showing
<% if (((currentPage - 1) * pageSize) + 1 == listCount) { %>
<%= listCount %>
<% } else { %>
<%= ((currentPage - 1) * pageSize) + 1 %> to <%= currentPage == pageCount ? listCount : (currentPage * pageSize) %>
<% } %>
of <%= listCount %> entries
<% if (currentPage > 1) { %>
Previous
<% } else { %>
Previous
<% } %>
-
<% for (var j = 1; j <= pageCount; j++) { %>
<% if (j >= currentPage - 2 && j <= currentPage + 2) { %>
<% if (currentPage == j) { %>
- <%= j %> <% } else { %>
- <%= j %> <% } %> <% } %> <% } %>