Your IP : 216.73.216.91


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

<?php require_once('header.php');?>
<div class="container-dt">
    <table id="student_service_grid" class="table table-striped table-bordered table-sm text-center" style="width:100%">
        <thead>
            <tr>
                <th>Service ID</th>
                <th>Action</th>
                <th>Service</th>
                <th>Date</th>
                <th>Automated GR #</th>
                <th>GR #</th>
                <th>Class</th>
                <th>Student Name</th>
                <th title="Date Format: YYYY-mm-dd">Student DOB</th>
                <th>Gender</th>
            </tr>
        </thead>
        <tfoot>
            <tr>
                <th>Service ID</th>
                <th>Action</th>
                <th>Service</th>
                <th>Date</th>
                <th>Automated GR #</th>
                <th>GR #</th>
                <th>Class</th>
                <th>Student Name</th>
                <th title="Date Format: YYYY-mm-dd">Student DOB</th>
                <th>Gender</th>
            </tr>
        </tfoot>
    </table>   
</div>
<?php require_once('footer.php');?>