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