Level 30
check out this thread
https://laracasts.com/discuss/channels/laravel/pagination-from-merge
hi how to paginate the merged results.
$stocks=$stocks1->merge($stocks2);
where $stocks1 and $stocks2 are two query results;
Please or to participate in this conversation.