<?php $__env->startSection('title'); ?>
    Faculties|Golars Networks
<?php $__env->stopSection(); ?>
<?php $__env->startSection('main'); ?>

 

<div class="bdmdiv">
<!--	<a class="bckimg" href="<?php echo URL::to('/');; ?>"><img src="<?php echo URL::to('/');; ?>/img/back.png" alt="back" width="46" height="46" /></a>-->
    <h1 class="name_hed">All Faculties</h1>
    <div class="brdcom">
    	<ul>
            <li><a href="<?php echo URL::to('/');; ?>">Home</a></li>
            <li>Faculties List</li>
             
        </ul>
    </div>
</div>

<p class="add_new_but"><a href="<?php echo URL::to('/');; ?>/faculties/csv">Export</a></p>

<?php if ($addp == '1'): ?> 
<p class="add_new_but"><?php echo link_to_route('faculties.create', 'Add new faculty'); ?></p>
<?php endif; ?>

	<table class="table table-striped table-bordered table-hover" id="datatables">
		<thead>
			<tr>
				<th>User ID</th>
				<th>FullName</th>
				<th>Email</th>
				<th>Phone</th>
				<th>Status</th>
				<th>Attestation date</th>
			</tr>
		</thead>

		<tbody></tbody>
	</table>

	<?php if ($scripts = 'js/faculties/list_faculties.js'): ?> <?php endif; ?>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.scaffold', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>