<?php echo $__env->make('admin.users.top',array('title' => 'Users'), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="table-responsive">
    <table id="users_table" class="table-admin table table-striped table-bordered" cellspacing="0" width="100%">
        <thead>
        <tr>
            <th>ID</th>
            <th>Username</th>
            <th>Name</th>
            <th>Surname</th>
            <th>Company</th>
            <th>Email</th>
            <th>Created at</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div>