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