Level 50
from the docs (https://laravel.com/docs/10.x/pagination#cursor-vs-offset-pagination):
It requires that the ordering is based on at least one unique column or a combination of columns that are unique. Columns with null values are not supported.
seems like the created_at is the problem, since i suppose it is not unique