I have a login system with permissions made with Laravel's Auth, where there are the options "Student" and "Teacher" to choose from.
For example: if he is a teacher, he will return with a screen to register evidence; if you are a student, you will return with a screen to view them. However, I do not want it to return to Laravel's own screen, I would like that when registering a user, it would separate the page that I created the respective option that the user chose.
How can I do this?