How to group some data on basis of two fields in Laravel?
Here I'm trying to keep track of my Employees Skills like when they are added, when removed and then new skills are added. So, I'm getting storing them in the database as follows: Then Retrieving the data as follows: $skillHistories…