Is there a way to change the HTML returned by the render()
method in the inline pagination in Laravel 5.1?
Note: I solved this by creating a helper that uses str_replace()
, but I believe it is not the most correct medium.
Thank you.