palak's avatar
Level 1

Pagination only in blades - Laravel 5.6

Hello,

I have code like this below: @foreach($user->activities as $activity) <tr> <td>{{$activity->id}}</td> <td>{{$activity->duration}}</td> <td>{{$activity->date}}</td> <td>{{$transaction->created_at->diffForHumans()}}</td> <td>{{$transaction->updated_at->diffForHumans()}}</td> </tr> @endforeach

I want to paginate this piece of code. I am not accessing activities model from controller here.

Please let me know how can we directly paginate the code in blade template.

Regards, Palak

0 likes
1 reply

Please or to participate in this conversation.