Hi,
I'm working on a query where I have a 'cpha' number and an 'response' array. I need that for each cpha number, the array with the corresponding answer is returned. The problem is that in this array the data is as text. How do I return the correct data? Is there any function in Laravel for this? I tried using 'exists' but it didn't work.
An example of what is returned to me