Laravel views
Twitter Github

Pagination

Compatible with Table view, Grid view, List view

The data is paginated by default showing 20 elements per page, you can customize this behavior with a class property

protected $paginate = 50;

On this page