Hello, I have the following situation and would like a tip if possible as would be the logic for implementing this procedure in my Laravel PHP application.
I'm creating a stock system, in the moving part, I have an Input view where I select in the combo a product and click on add, every time selecting a product and clicking the add should stay in memory so that later I can click save and then save to the move table.
Should I do this using ajax or is there any other way?
I need some help in implementing this procedure.