BernardK's avatar

ErrorException in Macroable.php line 74: Method links does not exist.

Hello,

My pagination function: {{ $articles->links() }} works perfectly on a view page with this path: View: /home/bk2/www/resources/views/articles/index.blade.php

But the same exact code gives the ErrorException (below) in the following path: View: /home/bk2/www/resources/views/admin/articles/index.blade.php

ErrorException in Macroable.php line 74: Method links does not exist. (View: /home/bk2/www/resources/views/admin/articles/index.blade.php)

Any help on this really appreciated.

0 likes
3 replies
SaeedPrez's avatar
Level 50

Hi @BernardK,

Are you using ->paginate() as the last method call on $articles ?

1 like
BernardK's avatar

Hi, Thank you very much - your question addressed the issue; I rewrote the controller function so ->paginate() is the last call.

Thank you for your help!

Please or to participate in this conversation.