Many to Many (Polymorphic) in Table View

How do I get access and view the list of phone numbers.
  Tables\Columns\TextColumn::make('phone2')
  ->getStateUsing(fn (Model $record): string => "{$record->phones}"),
image.png
Was this page helpful?