$collection->pluck()
Extracts all values for a single field into a new array
$collection->pluck(string $field, string $split = null, bool $unique = false): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $field * | string | – | 
| $split | string | null | 
| $unique | bool | false | 
Return type
array