Hi @BernardK,
Are you using ->paginate() as the last method call on $articles ?
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.
Please or to participate in this conversation.