added new features to the admin panel
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<td>{{ $user['role'] }}</td>
|
||||
<td>
|
||||
@foreach($user['permissions'] as $perm)
|
||||
{{ $perm . ", " }}
|
||||
{{ implode(', ', $perm) }}
|
||||
@endforeach
|
||||
</td>
|
||||
<td>Remove, Modify</td>
|
||||
|
||||
Reference in New Issue
Block a user