<?php $__env->startSection('title'); ?>
    Batch Class Timings|Golars Networks
<?php $__env->stopSection(); ?>
<?php $__env->startSection('main'); ?>

 

<div class="bdmdiv"> 
    <h1 class="name_hed">All Classtimings</h1>
    <div class="brdcom">
    	<ul>
            <li><a href="<?php echo URL::to('/');; ?>">Home</a></li>
            <li><a href="<?php echo URL::to('/');; ?>/batches">Batches List</a></li>
            <li><?php echo $batchName; ?> Class Timings List</li>
        </ul>
    </div>
</div>

<!--<p class="add_new_but"><?php echo link_to_route('classtimings.create', 'Add new classtiming'); ?></p>-->

<input type="hidden" name="batch_idv" id="batch_idv" value="<?php echo $batch_id; ?>"/>

<?php if ($addp == '1'): ?> 
<span class="add_new_but"><a href="<?php echo URL::action('ClasstimingsController@create',array('batch_id' => $batch_id,'batchName' => $batchName)); ?>">Add new classtiming</a></span>
<?php endif; ?>
 
	<table class="table table-striped table-bordered table-hover" id="datatables">
		<thead>
			<tr>
				 
				<th>Class Date</th>
				<th>Class Start</th>
				<th>Class End</th>
				<th>Created date</th>
			</tr>
		</thead>

		<tbody></tbody>
		 
	</table>
 
<?php if ($scripts='js/classtimings/list_classtimings.js'): ?> <?php endif; ?>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.scaffold', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>