<?php echo $__env->make('admin.classes.top',array('title' => 'Classes'), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="table-responsive">
    <table id="classes_table" class="table-admin table table-striped table-bordered" cellspacing="0" width="100%">
        <thead>
        <tr>
            <th>ID</th>
            <th>Code</th>
            <th>Name</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div>