FFilament•Created by IgorKrivtsov on 4/18/2024 in #❓┊help Resource $recordTitleAttribute from relation
Solution founded: just needed to add public static function getRecordTitle(?Model $record): string|null|Htmlable
{
return $record->product->name;
}