Modèle accessoire JSON Laravel à convertir en tableau
public function getBalanceAttribute($value)
{
return json_decode($value);
}
Excited Elephant
public function getBalanceAttribute($value)
{
return json_decode($value);
}