For the complete documentation index, see llms.txt. This page is also available as Markdown.

⏸️Paginator

if you try to use the default Laravel paginator you will find out that it does not have an SPA links component so we create another one with the replacement of <a> tages to be <x-splade-link> you can use it like this

{!! $users->links('tomato-admin::components.pagination') !!}

Last updated