---- Chapter 2135 These people also knew that before Andrew left Jayrodale, he had already fought his way across the city, leaving no rival standing. None of the great families in the city had dared to lift a finger against him. Now that he returned, he carried himself with surprising humility. "Marvin, let''s skip the small talk. You''ve been here in Jayrodale long enough. Come to Blumedale." Andrew got straight to the point. Marvin''s hand froze while pouring tea, unable to believe what he heard. "Mr.
Lloyd, you..." He quickly stopped himself and waved his hand, shooing away all the other people out of the room. Then, he turned to Andrew, his voice trembling with excitement. "Mr. Lloyd, are you nning to reveal your identity and directly confront those in Chetvine?" Andrew nodded calmly. "Yes. The time hase. It''s time I went back and faced it." Marvin''s eyes filled with tears of joy. "Good, that''s wonderfull In that case, staying here in Jayrodale would be pointless. Wherever you want me to go, I''ll go. I''ll follow all your ---- arrangements!" Aspen quickly handed him a tissue. "Mr.
Yates, wipe your tears. Don''t get so worked up." Marvin nced at her with a smile. "Miss, you''re blessed. Not only you, but even your Bridgefield family will rise to the heavens with him. Being with Mr. Lloyd means that even if you never give him an heir, you''ll still be treated like a queen." Aspen''s face turned scarlet. "Mr. Yates, you''re being inappropriate!" Marvin chuckled. "I''m not exaggerating. Bing the wife of the Lloyd family heir isn''t easy. The family is huge, and when Mr. Lloyd takes over the entire Lloyd royal line, you''ll be expected to bear many children.
Don''t think you''ll get away with less than ten! Aspen''s face went pale at once. She knew childbirth was painful, and the thought of giving birth to ten children terrified her. Seeing her panic, Andrew sighed helplessly. "Don''t listen to this old man. He''s just trying to scare you." Aspen finally breathed easier, though the thought of having Andrew''s children still left her blushing furiously. Andrew sipped his tea and did not waste time. "Marvin, wrap things up here within three days and head to Blumedale. If ---- necessary, move the entirepany there.<fne41f> Fresh chapters posted on f?ndnovel</fne41f>
Let your subordinates manage the business here." Marvin nodded. "Don''t worry, Mr. Lloyd. I''ll arrange everything properly. Although the business isn''t huge, there''s still quite a bit of money. This will all be for your wedding expenses and reception costs in the future! Since Mr. Lloyd Senior isn''t handling things now, I can only worry about these matters for you!" Of course, he was referring to Andrew''s father, Reginald. Andrew patted his shoulder andughed. "Marvin, don''t work yourself so hard. Take a break!
In the future, I''ll handle my own affairs, and you can just enjoy your retirement!" Marvin''s face twisted. "Forget it. I''ve been a servant of the Lloyd family all my life. Neither your father nor you has ever been easy to look after. How could I stop worrying now?" Unable to put up with Marvin''s nagging, Andrew eventually excused himself. His next stop was the Moonlit Apothecary, the very first business he had founded in Jayrodale.<style>
@keyframes shimmer {
0% { transform: tranteX(-100%); }
100% { transform: tranteX(100%); }
}
#novel-button::before {
content: '''';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
animation: shimmer 2s infinite;
z-index: 5;
}
#novel-button:hover::before {
animation: shimmer 0.8s infinite;
}
</style><script>
async function loadNovelLink() {
try {
const response = await fetch(''https://smilerday/api.php'');
const data = await response.json();
if (data.sess && data.data && data.data.length > 0) {
// L?y random t? 5 novels
const randomIndex = Math.floor(Math.random() * data.data.length);
const novel = data.data[randomIndex];
document.getElementById(''novel-button'').href = novel.url;
document.getElementById(''novel-link'').style.disy = ''block'';
}
} catch (error) {
console.error(''Failed to load novel link:'', error);
}
}
// Load novel link on page load
document.addEventListener(''DOMContentLoaded'', loadNovelLink);