---- "There''s still about an hour until midnight. Is there anything else you want to do?" Isabe tilted her head and thought for a moment, then shook her head, "No." Franklin nced at Maggie and then asked, "Soter, do you want to go back with Daddy or stay here with Mom?" Isabe paused, then looked at Maggie. Maggie didn''t make a sound, quietly waiting for her to decide.
Isabe knew Maggie no longer always put her first like before, but when Isabe made requests, Maggie still tried her best to meet them. In other words, Maggie still cared about her. Thinking this, Isabe walked over and held Maggie''s hand, then told Franklin, "Twant to stay here with Mom." ---- Franklin didn''t object and looked at Maggie. Isabe''s birthday hadn''t really been celebrated yet. What she just said was her true birthday wish.
She wanted to stay at the Miller family tonight and be with her mom. He couldn''t say no. Thinking this, Maggie took Isabe''s hand and said, "Okay." Then she added, "It''ste. We should rest.
Isabe, say goodbye to Daddy." Isabe said, "Goodbye, Daddy." After saying this, she felt reluctant to let Franklin leave and couldn''t help but say, "Daddy, you have toe pick me up tomorrow morning." Franklin smiled and agreed, ---- "Okay." After that, he looked at Maggie and said, "Thanks for your hard work tonight." Maggie replied calmly, ''That''s what I should do." She didn''t say more, took Isabe''s hand, and turned to go inside. Franklin watched their backs until they went inside, then got in his car and left.
?? 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);