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