Level 104
You can publish the default laravel pagination views and modify them to your preference
https://laravel.com/docs/8.x/pagination#customizing-the-pagination-view
How do I remove the previousbutton with laravel pagination?
https://i.gyazo.com/741444ce145abbd48a46e20e8cd74e46.png
Here is my code and it doesn't work. The previous button is still displayed.
a[rel="prev"]
{
display: none !important;
}
Please or to participate in this conversation.