alcuni aggiustamenti in base alle roles e permessi

This commit is contained in:
2023-06-06 16:02:19 +02:00
parent b05d49b72b
commit 235508dd15
5 changed files with 25 additions and 21 deletions

View File

@@ -49,6 +49,7 @@
<tr>
<th>Nome</th>
<th>Email</th>
<th>Azioni</th>
</tr>
</thead>
@@ -57,7 +58,7 @@
<tr>
<td>{{ $user->name }}</td>
<td>{{ $user->email }}</td>
<td><a href="/admin/users/delete/{{ $user->id }}" class="button">Cancella</a></td>
</tr>
@endforeach
</tbody>