OwlCyberSecurity - MANAGER
Edit File: a62f03b0ff66b08bb58dd819a54c098495febe96.php
<?php $__env->startSection('title'); ?> STAKEGAINS | Administrators <?php $__env->stopSection(); ?> <?php $__env->startSection('page'); ?> All Administrators <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="col" style="min-height: 323px;;"> <?php $date = new dateTime(); $d = $date->format('j F, Y'); ?> <table id="datatable" class="table table-striped table-bordered nowrap" cellspacing="0" width="100%"> <thead> <tr> <th>FULL NAME</th> <th>USERNAME</th> <th>EMAIL ADDRESS</th> <th>OP KEY</th> <th>ROLE</th> <th>Controls</th> </tr> </thead> <tbody> <?php foreach($cont->all() as $a): ?> <tr id="<?php echo e($a->id); ?>"> <td><?php echo e($a->name); ?></td> <td><?php echo e($a->username); ?></td> <td><?php echo e($a->email); ?></td> <td><?php echo e($a->operation_key); ?></td> <td><?php echo e($a->category); ?></td> <td><a class="admincontrol" href="<?php echo e($a->id); ?>" data-target="#admincontrol" data-toggle="modal"><span style="color: green;"><span class="fa fa-cogs"></span> MANAGE</span></a></td> </tr> <?php endforeach; ?> </tbody> </table> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>