I am working with a laravel 8 app, I want to get the route name which we write in the ->name() method. Basically want to print this name in title of page.

I am working with a laravel 8 app, I want to get the route name which we write in the ->name() method. Basically want to print this name in title of page.