---- Franklin also nced at Maggie when she returned. But after that one look, he simply smiled and continued chatting with the others. Maggie wasn''t paying much attention to Franklin or Glen. After saying a few words to Johnny, she joined the conversation with Professor Liam and the others. A little whileter, Professor Liam, who was seated beside Franklin, needed to ask Maggie something professional. Maggie went over to his side, just as Franklin was busy typing a message.
As Professor Liam got up to make space, he identally bumped Franklin''s phone off the table. Maggie instinctively bent down to pick it up. She was just about to hand it to Professor Liam when she noticed-it wasn''t his phone. It was Franklin''s. And the screen showed his call history with Julia, ---- Realizing whose phone it was, she quickly looked away and was about to ce it back down. But Franklin had already reached out his hand. He looked at her and said, "It''s mine.
Thanks." She had no choice but to hand it to him. After returning the phone, she didn''t say anything and just sat down beside Professor Liam About twenty minutester, the dinner officially came to an end. Maggie stood up, ready to leave with the others. As they stepped out of their room, the door of the room across the hall also opened. Johnny: *...
He leaned closer to Maggie and murmured, "What a coincidence Probably nned." He meant that Franklin and Julia had arranged to leave at the same time. Maggie had caught a glimpse of their chat earlier when she picked up the phone. ---- Turns out, Johnny was right-they had nned to leave together. Glen quickly walked up to Maggie. She assumed he had something to say and asked, "What is it?" He realized then that she truly had no idea how he felt.
He had originally nned to take things slow, step by step. But now... it didn''t seem like that would work anymore. Still, with the situation being what it was, this wasn''t the right time. So he simply said, "It''s nothing." Seeing Glen approach Maggie, Franklin nced over but soon looked away, turning his attention to Julia who had just stepped out from the room opposite. Maggie and Johnny didn''t want to exchange even a nce with the Green and Brown family members.
Nor did they want to see just how close Franklin and Julia were. So they left first. Downstairs, after chatting with Julia for a bit about work, Franklin got into his car and left. ---- Meanwhile, thinking about how Maggie had left earlier in a car with Johnny and Glen, Green Matriarch said after getting in the car, "That girl-aside from Johnny, wasn''t that the White family''s young master with her just now?
If something really happens between them, it''ll definitely affect her rtionship with Johnny, won''t it?" The Brown family knew about Julia and Glen too. Julia had chosen Franklin over Glen, and the family had supported her decision. After all,pared to Glen, Franklin was clearly more aplished, and far more willing to give for her.
?? Read Full Novel →
<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);