<?php echo $__env->make('admin.users.top',array('title' => 'Anagrafica'), 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>Nome</th>
            <th>Cognome</th>
            <th>Struttura</th>
            <th>Email</th>
            <th>Data iscrizione</th>
        </tr>
        </thead>
        <tbody>

        </tbody>
    </table>
</div>