このメソッドを含む Run というモデルを取得しました。
public function getNameAttribute($name){
if($name == 'Eendaags')
return $this->race_edition->race->name;
return $this->race_edition->race->name.' '.$name;
}
多くの実行が同じ名前を持ち、唯一の違いはレース名であるため、laravel管理者にこの設定が必要です。しかし、Web サイトの 1 か所で、変更せずに名前だけを取得する必要があります。これは可能ですか?