I would like to format a textColumn of type badge many to many.

Tables\Columns\TextColumn::make('contacts.forename')
                    ->label('Parent')
**                    ----> for each contact badge i want forename and surname**
                    ->badge()
                    ->color('warning')
                    ->searchable(),
Was this page helpful?