@foreach($rows as $row) <tr> <td>{{ $loop->iteration }}</td> <td>{{ $row->item1}}</td> <td>{{ $row->item2}}</td> </tr> @endforeach