<?php $__env->startSection('title'); ?>
    Adminusers|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 Adminusers</h1>
    <div class="brdcom">
    	<ul>
            <li><a href="<?php echo URL::to('/');; ?>">Home</a></li>
            <li>Adminusers List</li>
            
        </ul>
    </div>
</div>


<p class="add_new_but"><a href="<?php echo URL::to('/');; ?>/adminusers/csv">Export</a></p>

<?php if ($addp == '1'): ?> 
<p class="add_new_but"><?php echo link_to_route('adminusers.create', 'Add new admin'); ?></p>
<?php endif; ?>

<table class="table table-striped table-bordered table-hover" id="datatables">
	<thead>
		<tr>
			<th>User ID</th>
			<th>Name</th>
			<th>Email</th>
			<th>Phone</th>
			<th>Status</th>
			<th>Attestation date</th>
		</tr>
	</thead>
	<tbody></tbody>
</table>

<?php if ($scripts = 'js/adminusers/list_adminusers.js'): ?> <?php endif; ?>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('layouts.scaffold', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>