Skip to content
Advertisement

laravel – unable to get data outside foreach

dump($data) outside the foreach loop gives me only 1 data where as dump($data) inside the foreach shows all arrays of rows of data . How can i get all rows of data outside the foreach too?

JavaScript

EDIT:

JavaScript

Error: Call to a member function paginate() on array

Advertisement

Answer

In Controller add new function for it

JavaScript

After that crate that function for pagination

JavaScript

return that $data in response

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement