wiki purge added back

This commit is contained in:
2019-05-20 01:54:02 -05:00
parent bc900f87cc
commit 94cb7cd030
2 changed files with 15 additions and 1 deletions

View File

@@ -13,9 +13,13 @@
<td>{{ $user['name'] }}</td>
<td>{{ $user['role'] }}</td>
<td>
@if($user['permissions'])
@foreach($user['permissions'] as $perm)
{{ implode(', ', $perm) }}
@endforeach
@else
None
@endif
</td>
<td>
{!! Form::open(['action' => 'Dashboard\AdminController@removeUser', 'method' => 'POST']) !!}