{{ $fundations->onEachSide(3)->links() }} <!-- simple version not working to -->
{!! $fundations->appends(request()->input())->onEachSide(3)->links('vendor.pagination.default') !!}
I ran into the same situation, and posted my findings in a GitHub answer in Laravel repo, since someone else there had the same question. You’ll find there a workaround and some explanations.