---- Chapter 2427 Theon was determined to win over Luna. The main reason was that he could establish connections with Philip. If that happened, his future in Chetvine would be absolutely unstoppable. Mika looked a bit embarrassed and said through gritted teeth, "Mr. Orben, I already told you that General Phn doesn''t know what''s good for her. When she found out Andrew had been kicked out, she immediately turned around and left. "She even said she won''t being back to Sovereign''s Apothecary anymore.
She''s acting like we''re the ones desperate to have her here!" Theon''s expression darkened, and he exploded in fury. "So why didn''t you make her stay?" Mika was shocked. "Make her stay? Mr. Orben, why should I? I''m part of the Owens family. Why should I lower myself to beg her to stay?" Theon roared in rage. "Idiot! You may be from the Owens family, but she''s General Turman''s prized student. More importantly, she''s a major general in the military with real power and genuine ability under hermand. Do you seriously think you can evenpare to her?
Mika, you''vepletely messed this up!" ---- Mika''s face flushed red as she froze,pletely stunned. She had never seen Theon, who had always been polite, lose his temper like that. His words hit her pride like a knife. "Mr. Orben, I don''t understand why you''d say that. What do you mean, how can Ipare to her? In what way am I inferior to General Phn?" The more she thought about it, the angrier she got, and Mika ended up shouting as well. Caden and the others standing nearby felt their scalps go numb.
They never expected that Mika, usually so understanding, polite, gentle, and graceful, would actually argue with Theon. "Mika, say less. Mr. Orben didn''t mean it the way you think..." Someone tried to mediate with an awkwardugh. Mika''s face was ice-cold as she stared at Theon, not backing down an inch. Theon was beside himself with rage, pointing his finger at her, but finally let out a frustrated grunt and lowered it. "Fine. I was a bit impulsive just now. Don''t take it to heart.
If Luna wants to leave, let her leave." Deep down, he did not think Mika''s value could match Luna''s. However, the Owens family was already showing signs of upgrading from a wealthy n to a true power family. Hence, it ---- was definitely not the time to offend her. Moreover, Mikalya appeared innocent on the surface but actually had a million schemes running through her head. Theon himself did not want topletely burn bridges with her either. Meanwhile, after discovering that Andrew had actually been expelled from Sovereign''s Apothecary, Luna was first shocked.<fnfa88> Fresh chapters posted on Find~Novel</fnfa88>
However, she immediately felt an indescribable worry in her heart. She returned to the military vehicle and quickly ordered Leslie, " Let''s go to the Lloyd family estate." Leslie looked confused. "Andrew''s not here?" Luna shook her head. "No. Enough, don''t ask so many questions .. Just drive there now." Leslie was somewhat shocked. This side of Luna was extremely rare. If one did not know better, they would think something had happened to Philip.
In Leslie and the others'' understanding, aside from the military''s soul figure, Philip, no one else, not even Luna''s own family, could make her lose herposure like this. ---- However, at this moment, Luna anxiously stared out the car window, at aplete loss. She looked like a lovesick girl who had just lost someone she could not afford to lose.<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);