$value */ public function present($value): string { return collect(array_column($value, 'id'))->implode(', '); } }