Luis Serrano
Luis Serrano
How can I remove this nonsense?
Using this bootstrap 4 clases it looks small but still awful :( ``` {!! $users->links() !!} ``` 
This is how I fixed the problem. https://laracasts.com/discuss/channels/laravel/argon-dashboard-pagination-looks-bad?page=1#reply=658345 Laravel 8 use tailwind for paginator, Argon use bootstrap instead. The only thing that I had to do is add `Paginator::useBootstrap();` to...
Same question
Same issue here, anybody fixed?
I got same error when I try to run it in a Angular component file.