Propriété de l'objet en boucle Laravel

foreach( $project->toArray() as $key => $value )
{
    echo $key;
}
Alive Ape