i want to authinticate users to a specific page using laravel

i want to make a authentication system when a user login they should be taken to a specific page, like a profile or dashboard?

how should i do it using laravel framework 11.

i haven’t tried anything yet because i am fairly new to this framework.

i have a login page set in the framework but i was wondering to authenticate users to a dashboard or a page.

what are the best options i can go with, if there is any tutorials that would help me make this happen would be appreciated.

thank you in advance.