Level 80
@northplanet You’ll need to implement custom presenter classes if you’re not using the default Bootstrap-compatible ones.
I'm using a custom markup for pagination how can I control laravel default wrappers
Pagination --> <nav class="pagination-next-prev">
<ul>
<li><a href="#" class="prev">Previous</a></li>
<li><a href="#" class="next">Next</a></li>
</ul>
</nav>
</div>
Please or to participate in this conversation.