what are request->filter ?
my understanding is that appends is used on the links not the paginator?
$threads= Auth::user()->threads()->latest()->paginate(15);
later, in view
{{ $threads->appends($filter)->links(); }}
i haven't tried adding appends in the controller, but I suppose it should work