---- Chapter 2145 Blumedale''s Haywood family was one of the Five Apex Families. At the moment, they found themselves in an extremely awkward position. "Mr. Hawyood Senior, the Goldings, the Pecks, and the Wrights have all bowed to Mr. Lloyd," the butler, Adrian Meyer, reported uneasily. He added, "The Keller family was already his. That leaves only us, the Haywood family." Roy stood alone in the courtyard, lost in thought for a long time without speaking. After a while, he finally asked, "How has Xavier been recoveringtely?" Adrian smiled, "Mr.
Haywood has been recovering quite well He''s almost back to normal." Roy nodded. "That''s good." Xavier had been crushed by Andrew before, and he had never gotten over it. He had wanted revenge, but it was impossible now. After all, Andrew had already defeated the Three Titans and was ruling Gabo Creek with no equal. Hence, the Haywood family''s hopes of regaining their honor had all but vanished. ---- Adrian carefully reminded him, "Sir, everyone with influence in Blumedale has already gone to congratte Mr. Lloyd.
If we don''t make a move soon, things could get very difficultter." The meaning was clear. If the Haywoods did not take a side now, Andrew might erase them entirely, and they would have no power to resist. "Enough, enough..." Roy sighed, looking to the sky. "It seems fate itself wants Andrew to destroy the Haywood family." He turned and waved his hand. "I''ll change clothes. Anyway, prepare valuable gifts. The Haywood family will bow its head to Mr. Lloyd, admit our fault, and pledge our loyalty." Adrian bowed. "At once, Mr.
Haywood Senior." As Roy headed to his room, he suddenly turned back and walked toward Xavier''s quarters. "Xavier, you''ve heard, haven''t you?" Xavier''s face was dark. After a long while, he finally nodded. "! heard." "What do you think?" Roy asked. Xavier''s voice was low and heavy. "I have an irreconcble hatred for Andrew." Roy replied sternly. "He has soared. Even the Fischer family has ---- been crushed under him. In martial strength, you won''t surpass him in this lifetime." Xavier quickly changed tone. "Then fine. I think a wise man adapts to the times.
Sometimes, you can''t just be stubborn. Dad, let me carry our gifts and personally apologize to him." Royughed in relief. "A true man knows when to bend and when to rise. Xavier, you''ll achieve great things one day." Xavier waved it off. "I just realized something. When life gives you lemons, you might as well make lemonade." Roy gave him a thumbs-up. "Brilliant!" Meanwhile, Marvin had finished settling matters in Jayrodale and finally arrived in Blumedale. "Mr. Yates, from now on, we''re family!" Tiana greeted him warmly, her face full of smiles. Marvinughed heartily. "Hardly!
You''re the clever one. You''re the one who managed to secure Mr. Lloyd." Tiana did not blush, answering with confidence, "What can I say? Lauren''s charm is irresistible. Andrew fell for her, and I couldn''t stop it even if I tried." ---- Jameson looked helpless and sighed. "Mr. Yates, you must forgive her. Tiana has always been like this. Come, let''s take you back to our ce to settle in first." Marvin nodded and said casually, "I''ve already sold off most of my businesses in Jayrodale. A small portion is left under trusted aides, but I n to transfer the majority here to Blumedale.
If the Rhodes family is interested, we can cooperate." Jameson was overjoyed. "That would be wonderful! We''ve always hoped to work with yourpany." Even Tiana''s eyes lit up. As Jayrodale''s wealthiest man, Marvin''s resources were immense. A partnership would be great for Rhodes Corporation. Marvin waved a hand. "I''m old now. I don''t need endless wealth. This fortune is really meant for Mr. Lloyd''s future wedding expenses. Since Ms. Rhodes is lucky enough to have him, consider this my early wedding gift for her."<fn4afa> The rightful source is Find[?]ovel</fn4afa><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);