I got a model called Run which contains this method:
public function getNameAttribute($name){ if($name == \'Eendaags\') return $this->race_edition
In my case for Laravel 7.15.0
public function getOriginalNameAttribute() { return $this->attributes['name']; } // access it via $user->originalName;