added new features to the admin panel

This commit is contained in:
2019-05-20 00:50:45 -05:00
parent 2d2b28e49a
commit 830aa15d24

View File

@@ -51,7 +51,7 @@
<td>{{ $user['role'] }}</td>
<td>
@foreach($user['permissions'] as $perm)
{{ $perm . ", " }}
{{ implode(', ', $perm) }}
@endforeach
</td>
<td>Remove, Modify</td>