file renamed
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<th>Action</th>
|
<th>Action</th>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@foreach($userArr as $user)
|
@foreach($usersArr as $user)
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ $user->name }}</td>
|
<td>{{ $user->name }}</td>
|
||||||
<td>{{ $user->role }}</td>
|
<td>{{ $user->role }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user