I think you are talking about pagination.
like,
$collectionList = Collection::where('user_id','=',$user_details->id)->paginate(5);
See more at http://laravel.com/docs/pagination
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community