edres's avatar
Level 1

show max 5 link of pagination in every page

i need max 5 link of pagination in every page. so if i have 10 page and when i click on link page 5 in the pagination next show me links 2 to 6 in the bottom of site

0 likes
4 replies
edres's avatar
Level 1

@MichalOravec it didn't work

 public function showAllPost(Post $post)
    {

        return view('back.post.posts', ['posts' => $post->paginate(2)]);

    }
            {{$posts->onEachSide(2)->links()}}

Please or to participate in this conversation.