@foreach($users as $index => $user) <td>{{ $index + 1 }}</td> <td>{{ $user->username }}</td> @endforeach