kikter's avatar

laravel pagination not displaying correctly

I was working on listing my post so after the foreach I tried to get the pagination link and the links are been displayed like this

pagination.previous. & pagination.next

0 likes
4 replies
Nakov's avatar

So you are using simplePaginate instead of paginate() on your results. And did you removed your lang/en/pagination.php file ?

kikter's avatar

@Nakov I was using normal laravel paginate() it's was displaying like that and I changed it to livewire simplePaginate still get the same design

Please or to participate in this conversation.