Contact Us List
Contact Us List
# | Name | Ph Number | Action | |
---|---|---|---|---|
#<%= i %> | <%= data.name %> | <%= data.ph_number %> | <%= data.email %> |
Sorry! No Result Found
We did not find any contact us for you.
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) { %>
<% } else { %>
<% } %>
<% for (var j = 1; j <= pageCount; j++) { %>
<% if (j >= currentPage - 2 && j <= currentPage + 2) { %>
<% } %>
<% } %>
<% if (currentPage < pageCount) { %>
<% } else { %>
<% } %>
<% } %>