Luis Serrano

Results 6 comments of Luis Serrano

How can I remove this nonsense?

Using this bootstrap 4 clases it looks small but still awful :( ``` {!! $users->links() !!} ``` ![image](https://user-images.githubusercontent.com/26178285/97238949-ea7aad00-17c0-11eb-8b6c-d2387db959bb.png)

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 issue here, anybody fixed?

I got same error when I try to run it in a Angular component file.