I want to make an admin panel using Weweb. Our requirement is to have options on the left side, like any CMS (Content Management System), such as ‘Add Teacher,’ ‘Add Student,’ and ‘Add Course.’ When I click on an option, like ‘Add Student,’ a form should appear on the right side, and the URL should be something like ‘domain.com/student.’ However, when I click on ‘Add Teacher,’ the page should not reload, but the URL should change, and the student form should disappear while the teacher form appears.
Can I achieve this in Weweb, and how can I do it? Please share the method or approach I should use.