Your IP : 216.73.216.91


Current Path : /var/www/html/llcfapp/public/
Upload File :
Current File : /var/www/html/llcfapp/public/donor_grid.php

<?php require_once('header.php');?>
<div class="container-dt">
    <table id="donor_grid" class="table table-striped table-bordered table-sm text-center" style="width:100%">
        <thead>
            <tr>
                <th>ID</th>
                <th>Action</th>
                <th>Donor Name</th>
                <th>Donor Whatsapp #</th>
                <th>Donor Whatsapp # Secondary</th>
                <th>Donor Reference Name</th>
            </tr>
        </thead>
        <tfoot>
            <tr>
                <th>ID</th>
                <th>Action</th>
                <th>Donor Name</th>
                <th>Donor Whatsapp #</th>
                <th>Donor Whatsapp # Secondary</th>
                <th>Donor Reference Name</th>
            </tr>
        </tfoot>
    </table>   
</div>
<?php require_once('footer.php');?>