| Current Path : /var/www/html/llcfapp/public/ |
| Current File : /var/www/html/llcfapp/public/attendance_grid.php |
<?php require_once('header.php');?>
<div class="container-dt">
<table id="attendance_grid" class="table table-striped table-bordered table-sm text-center" style="width:100%">
<thead>
<tr>
<th>Action</th>
<th>Class</th>
<th>Attendance Date</th>
<th>Present</th>
<th>Absent</th>
<th>Leave</th>
<th>Total</th>
</tr>
</thead>
<tfoot>
<tr>
<th>Action</th>
<th>Class</th>
<th>Attendance Date</th>
<th>Present</th>
<th>Absent</th>
<th>Leave</th>
<th>Total</th>
</tr>
</tfoot>
</table>
</div>
<?php require_once('footer.php');?>