Laravel 5: Splitting an Array Into It's Keys and Values with divide
The divide helper method will take the given $array and create two new arrays. The first array will be all of the keys from the original $array and the second array will be all of the values.