Laravel makes it really easy to add pagination
{{ $posts->links() }}
If you want to add Boostrap styling
{{ $posts->links('pagination::bootstrap-5') }}
{{ $posts->links('pagination::simple-bootstrap-5') }}
{{ $posts->links('posts.pagination') }}
- Log in to post comments