@foreach ($books as $book)
{{ $book->id }}
{{ $book->title }}
@endforeach
{{ $books->links() }}