Laravel Collection Public API: get
The get method allows retrieving an item from a collection using a specific $key. If the $key does not exist, the method can return a default value or evaluate a callback to provide a fallback value. You can also use numeric keys to retrieve items from the collection.