I have a task of displaying JSON data in tabular form. The JSON consists of various arrays that I need to loop through separately. Everything is functioning correctly except for the $index value.
Currently, I am looping through each array in separate rows. However, I am looking for a solution to update the index values sequentially (1, 2, 3...). Any suggestions?