name('auth.google.redirect'); Route::get('/auth/google/callback', [GoogleAuthController::class, 'callback'])->name('auth.google.callback');