pmall10 years ago Best Answer Level 56ReplyReport Spam$paginator1 = Model1::where(...)->paginate(); $paginator2 = Model1::where(...)->paginate(); $paginator1->setPageName('foo'); $paginator2->setPageName('bar'); But I'm really not sure this is a good design to have two paginators for one page. Like Reply 1 like
vtxmg OP 10 years agoLevel 2ReplyReport SpamIt set the page name but didn't paginate the page !! :( Like Reply
ounos10 years agoLevel 1ReplyReport SpamI can also confirm this. Although the page name is set correctly, it does not work, clicking on a page number does nothing. Like Reply