© 2026 Hedgehog Software, LLC
return $table ->columns([ Tables\Columns\TextColumn::make('title'), Tables\Columns\BadgeColumn::make('children_count') ->label('') ->icon('heroicon-o-tag') ->counts('children') ])