I am working on laravel, where I am passing array of objects like this to my view-
Now problem is when I am displaying the data it's showing the html part as text content,which is problematic to generate html.is there any built in php function that converts to HTML?
Coming in this way -
Any idea to solve is appreciated.