Laravel Nova アプリケーションを構築していて、ユーザーに画像と名前を表示したいと考えています。
/**
* The single value that should be used to represent the resource when being displayed.
*
* @var string
*/
public static $title = 'name';
上記のように、リソースを表すために $title が使用されていますが、画像 (アバター) と名前 (スティング) の 2 つの値が必要です。
これは可能ですか、または文字列の代わりに画像のような他の値を表示することは可能ですか?