@foreach($authors as $author) <tr> <td>{{ $author->name }}</td> <td>{{ $author->books()->count() }}</td> </tr> @endforeach