At the moment I already have the basic bootstrap pagination, but I want to customize this. Customizing this in the the bootstrap-4.blade.php
in the vendor file itself only limits since you can't change the .active button which will always be blue.
Is there a way to make a custom pagination for laravel?
at the moment I just use {{$servers->links()}}