is it possible to display response JSON in the blade as it is? like
{{ $collection }}
[
{
"id":1,
"name":"Quam accusantium dolore qui.",
"description":"Ipsa mollitia et rerum sint.",
...
}
]
I want it well-formatted like in the above to make it more readable.