use below command in terminal to get all your laravel routes based on their name,this will help you to find all routes
php artisan route:list --name
and look it up for the route named "login"