where('updated_at', '<=', Carbon::now()->subtractHours($x)); now I got as far that I would have to modify the query-function, but so far I've only seen it like fn($query) => $query->where('xyz', 'abc') how do I add the current filter value to that? Utilizing the whole formbuilder-component seems a bit overkill here. Is there an easy way?