I come from desktop programming and I'm starting studies on Laravel with Bootstrap. I would like to know if it is possible to create a form (preferably modal) for searching records. For example, when registering a person, instead of using a select
component to select the city, create a form
where to search and return the code of the selected city. Is it possible to do that?