<?php $__env->startSection('title'); ?>
    Student Classes|Golars Networks
<?php $__env->stopSection(); ?>
<?php $__env->startSection('main'); ?> 
<div class="bdmdiv"> 
    <h1 class="name_hed">All batches</h1>
    <div class="brdcom">
    	<ul>
            <li><a href="<?php echo URL::to('/');; ?>">Home</a></li>
            <li>Batches List (<i>Classes</i>)</li>
            
        </ul>
    </div>
</div>

<?php if ($addp == '1'): ?> 
<p class="add_new_but"><?php echo link_to_route('batches.create', 'Add new batch'); ?></p>
<?php endif; ?>

	<table class="table table-striped table-bordered table-hover" id="datatables">
		<thead>
			<tr>
				<th>Batch name</th>
				<th>Batch start</th>
				<th>Status</th>
				<th>Created By</th>
				<th>Attestation date</th>
			</tr>
		</thead>
		<tbody></tbody>
	</table>

	<?php if ($scripts = 'js/studentclass/listclass_batches.js'): ?> <?php endif; ?>
	
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.scaffold', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>