pagination testing
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<tr>
|
||||
<td>{{ $user->name }}</td>
|
||||
<td>{{ $user->role }}</td>
|
||||
{{ dd($user->role) }}
|
||||
<td>
|
||||
@if($user->permission)
|
||||
@foreach($user->permissions as $perm)
|
||||
|
||||
Reference in New Issue
Block a user