Laravel issue with updating hasMany relationship records
I have a User model which has a hasMany relationship to a Brands model and I am having issues updating the Brands for a user properly. I have a form which allows a user to enter / delete / update…