<?php $__env->startSection('title'); ?>
    Overall Reports|Golars Networks
<?php $__env->stopSection(); ?>
<?php $__env->startSection('main'); ?>

 

<div class="bdmdiv"> 
    <h1 class="name_hed">Attendance Reports</h1>
    <div class="brdcom">
    	<ul>
            <li><a href="<?php echo URL::to('/');; ?>">Home</a></li>
            <li>Overall Attendance</li>
            
        </ul>
    </div>
</div> 
<div>
	<?php echo Form::open(array('id' => 'overallreportsclients')); ?>
		<ul class="create_roll dpdwn"> 
			<li> 
				<?php echo Form::text('select_date', '', array("class" => "datepicker", "placeholder" => "Select From Date", "id" => 'overallreports_date') ); ?>
			</li> 
			<li> 
				<?php echo Form::text('select_date', '', array("class" => "datepicker", "placeholder" => "Select To Date", "id" => 'tooverallreports_date') ); ?>
			</li> 
			<li>
				<span class="generate">Generate</span>
			</li
		</ul>
	<?php echo Form::close(); ?>
</div>

<p class="add_new_but" id="exportobverall"><a href="javascript:void(0);">Export</a></p>

<table class="table table-striped table-bordered table-hover" id="datatables">
	<thead>
		<tr>
			<th>Student Name</th>
			<th>Batch Name</th>
			<th>Description</th>
			<th>Class Date</th>
			<th>Status</th>
			 
		</tr>
	</thead>
	<tbody></tbody>
</table>

	<?php if ($scripts = 'js/overallreportsclients/overallreportsclients_list.js'): ?> <?php endif; ?>
	
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.scaffold', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>