I came across a weird problem when I tried to use Paginator in Laravel 5. The data and pagination information were prepared, but when I called $model->render() in blade the
Use this code in your blade,
{!! str_replace('/?', '?', $articles->render()) !!}
This code generate the correct url.