Hey.
As explained in the title, i'm having a problem with data stores that are being used for more than one view element. When i check the datastore content for the first element it has data, but if i check for the second element, the same data store is appearing as empty. Could it be a PHP version problem or is it something else?
Notes: 1. My platform is Laravel based and the same code is working on a local environment. 2. The images below show the code that i have in the view, the first var_dump that shows the data used for the table ans the last image is the view's result.
Thanks in advance.