file renamed

This commit is contained in:
2019-10-28 23:35:45 -05:00
parent c0ba6415e2
commit 92109f91fd

View File

@@ -14,7 +14,7 @@
<th>Action</th>
</thead>
<tbody>
@foreach($userArr as $user)
@foreach($usersArr as $user)
<tr>
<td>{{ $user->name }}</td>
<td>{{ $user->role }}</td>