I want to display serialized data from database in a laravel backpack show view. The data is stored like this: { father:'value', mother: 'value'.etc}
The goal is to unserialize it and display it in different input field...
The laravel backback documentation don't cover a scenario like this one.
the goal is to unserialized the serilzed data and display it in different uneditable input fields