Laravel 5 Collections Static API: Returning the Items of a Collection With unwrap
The unwrap method is the logical opposite of the wrap method, in that if the provided value is already a collection, the collection's underlying items will be returned. If the provided value is not a collection instance, the value is simply...