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