so i was able to fix this my doing this
$pagination = new LengthAwarePaginator($outputs->data, $outputs->total, $outputs->per_page,
$outputs->current_page, ['path' => '/test']);
return view('test.index')->with('outputs',$outputs)->with('pagination',$pagination);
{{($pagination->links())}} {{--Pagination Links--}}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community