| Current Path : /var/www/html/llcfapp/public/ |
| Current File : /var/www/html/llcfapp/public/family_grid.php |
<?php require_once('header.php');?>
<div class="container-dt">
<table id="family_grid" class="table table-striped table-bordered table-sm text-center" style="width:100%">
<thead>
<tr>
<th>Family ID</th>
<th>Action</th>
<th>Father CNIC</th>
<th>Father Name</th>
<th>Father Phone</th>
<th>Father Occupation</th>
<th>Zakat</th>
<th>Religion</th>
<th>Address</th>
<th># Of Children</th>
<th>Children LLCF</th>
<th>Mother Name</th>
<th>Mother CNIC</th>
<th>Mother Occupation</th>
<th>Emergency Contact</th>
<th>Relation</th>
<th>Emergency Contact #</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Family ID</th>
<th>Action</th>
<th>Father CNIC</th>
<th>Father Name</th>
<th>Father Phone</th>
<th>Father Occupation</th>
<th>Zakat</th>
<th>Religion</th>
<th>Address</th>
<th># Of Children</th>
<th>Children LLCF</th>
<th>Mother Name</th>
<th>Mother CNIC</th>
<th>Mother Occupation</th>
<th>Emergency Contact</th>
<th>Relation</th>
<th>Emergency Contact #</th>
</tr>
</tfoot>
</table>
</div>
<?php require_once('footer.php');?>