Define a custom route with custom view in Filament

I would like to define a custom logic that will be executed after the user logs in.

The idea is to show a similar design to the login page after the user logins. It will contain a dropdown menu and a submit button.

The problem is that I'm unable to define the custom route anywhere. Can you please guide me where should I put such behaviour?
Was this page helpful?