Bishoy Atif Samy wrote a nice tutorial on how to integrate Laravel with DataTables.

laravel datatables

In this tutorial I’m going to show you how to integrate the whole power of Eloquent ORM and with datatables to make a nice, configurable tables. This tutorial will be too useful while creating dashboards.

In this tutorial, I’m going to use datatables to list posts. Each row will contain the title, user id and the number of comments of a post.

Demo

laravel datatables

Tutorial

https://medium.com/@BishoAtif/integrating-laravel-with-datatables-975b0bbf4009