pagination testing
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<td>{{ $user->name }}</td>
|
||||
<td>{{ $user->getRole() }}</td>
|
||||
<td>
|
||||
{{ $perms = $user->getPermissionsArray() }}
|
||||
{!! $perms = $user->getPermissionsArray() !!}
|
||||
@if($perms)
|
||||
@foreach($perms as $perm)
|
||||
{{ implode(', ', $perm) }}
|
||||
|
||||
Reference in New Issue
Block a user