Hi!
That sounds more like a front end issue to me.
The way I read this, a request is made and a collection of images is pushed to the browser.
In the browser, the user can select (or deselect?) some of those images. When the user hits submit, the browser creates a new request with a collection of images.
If that collection in the second (new) request is the same as the one in the first request, the browser didn't alter the collection properly before sending it back to the server. In other words, check your blade files for the logic on that end.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community