$collection->nth()
Returns the nth element from the collection
$collection->nth(int $n): mixedParameters
| Name | Type | Default | 
|---|---|---|
| $n * | int | – | 
Return type
mixed
Returns the nth element from the collection
$collection->nth(int $n): mixed| Name | Type | Default | 
|---|---|---|
| $n * | int | – | 
mixed