Okay so I have multiple arrays inside an array. For each array inside the array I want the inner array to to be echoed in a new div. I'm completely lost on how to do this
Also, it should not make a div if the array is empty.
This is the code I'm using to var_dump the following output:

This is the output:

I've read through php array documentation and searched on stackoverflow, I can't seem to find an answer so please help. Thanks!
[]in the foreach in your comment? So:foreach($game_video as $a)?