| Current Path : /var/www/html/llcfapp/public/ |
| 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');?>