blog.blade.php with the options you want... i.e. 5,10,20,25 or whatever you want to offer as page sizesBlogController@showPosts($pagesize)$posts = Post::paginate($pagesize);Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.