undrwd's avatar

Pagination: Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id

I'm having a pagination issue. The first 7 pages work fine, but I'm getting this error for anything past page=7.

The query looks the same other than the offset.

Any thoughts on what could be causing this?

0 likes
3 replies
undrwd's avatar
undrwd
OP
Best Answer
Level 5

resolved,

I had an $items->id instead of $item->id in my view.

Please or to participate in this conversation.