Your IP : 216.73.216.26


Current Path : /home2/wtmwscom/public_html/member/
Upload File :
Current File : /home2/wtmwscom/public_html/member/task_payout.php

<?php 
$title= "My Work Payout";
include 'header.php';
$uid = $_SESSION['userid'];
include_once('lib/ps_pagination.php');
?>
    <h1>My Work Payout</h1>
        <?php echo getMessage();?>
    <section>
        <table style="width: 100%;">
          <thead>
            <tr>
              <th>S. No.</th>
              <th>Date</th>
              <th>Status</th>
              <th>NEFT No.</th>
              <th>Transfer Date</th>
              <th>Amount</th>
              <th>TDS</th>
              <th>Admin Charge</th>
              <th>Net Amount</th>
              <th>Payout Mode</th>
            </tr>
          </thead>
          <tbody>
           
            
          </tbody>
        </table>
           
      </section>
<?php include 'footer.php';?>