How to show on view some of the articles depending on their order (Laravel 8)

I want to paginate my mysql database without using the paginate method, in particular i want to show the articles depending on their publication_date row_num, only showing 8 articles per page, i would also like to add the row_num directly in the controller, because i’ve added a column in my database with it, but i… Read More How to show on view some of the articles depending on their order (Laravel 8)