<% include ./partials/head %>

Total Deposit(Monthly)

<% var total=0 %> <% for (i=0; i < DepositAndWithdrawal.length ; i++){ %> <% if(DepositAndWithdrawal[i].type=="deposit" ){ %> <% total +=DepositAndWithdrawal[i].amount %> <% } %> <% } %>

RM <%= total.toFixed(2) %>

RM 0 last month

Total Withdrawal(Monthly)

<% var totalWithdrawal=0 %> <% for (i=0; i < DepositAndWithdrawal.length ; i++){ %> <% if(DepositAndWithdrawal[i].type=="withdrawal" ){ %> <% totalWithdrawal +=DepositAndWithdrawal[i].amount %> <% } %> <% } %>

RM <%= totalWithdrawal.toFixed(2) %>

RM 0 last month

Total Members

<%= allMember[0].allMember %>

0 New Member Last Month

Active Member(Daily)

<%= ActiveMember[0].ActiveMember %>

0 Active Member Last Month

Pending Deposit

Ref No Member Product Bank Amount (RM) Bonus Amount Total Status Date & Time Action

Pending Withdrawal

Ref No Member Product Bank Amount (RM) Bonus Amount Total Status Date & Time Action

Pending Credit Transfer

Ref No Member Transfer From Transfer To Amount (RM) Status Date & Time Action

Pending Cash Bonus

Ref No Member Products Amount (RM) Status Date & Time Action
<% include ./partials/game_stat %>
<% include ./partials/bank_stat %>
<% include ./partials/footer %>
<% include ./partials/script %> <% if (message){ %> <% } %>