How to format collections to object with arrays using Laravel
Every row in my schedules table has start_time and end_time. I can get and map them by using the code below. My question is how can I deliver an object with moments as an array of arrays, containing the intervals…