I came across a problem I have a Controller called OrderController that is in two modules, Sales and Supply. When I make the route to the screen that will use this controller how can I define which of the two controllers I want to use, how can I define which module I want the controller? I tried to register the route separately in each module, but it still does not work.
Complete Code: link