route laravel name code example
Example 1: laravel route list
php artisan route:list
Example 2: laravel is route name
// Check if route is ***
Request::route()->named("YourRouteNameView")
php artisan route:list
// Check if route is ***
Request::route()->named("YourRouteNameView")