route()->parameter('token'); return Inertia::render('authentication/PasswordResetConfirm', [ 'token' => $token, 'email' => $request->email, ]); } }