I have a problem. In a Curl response I recieve a string which I json_decode. Everything fine with the data, yet, when I apply any method / helper related to laravel, some characters change.
For example:
When I
Edit: if you encounter the same issue in blade files simply change the syntax from {{ }} to {!! !!} (make sure you have a clean serialized data or you'll expose yourself to xss attacks).