---- Chapter 738 "Mr. Alvarez, the DNA test results are right here. Open it and see for yourself," Leo said. Adam took a deep breath. "Alright." He opened the sealed envelope in his hand and pulled out the DNA test results. ''The moment he saw the results, his pupils shrank. The report confirmed that Be was his biological daughter! Leo said, "Mr. Alvarez, the DNA test results show that you are indeed Ms. Be''s biological father. Congrattions , Mr. Alvarez!" Be really was his daughter!
Adam could hardly believe it. He had never dared to imagine that Be was actually his child! He had always assumed that Be was Perry''s daughter , but she wasn''t! Adam looked toward the dining room. Be sat beside Celine , painting a soft and warm picture. So, they both belonged to him. They were his! Everything he had ever dreamed of was right in front of ---- him. Then, what exactly was the rtionship between Celine and Perry? Suddenly, Adam realized the question he had overlooked.
What was the true rtionship between Celine and Perry? He had to go find Perry and get to the bottom of it. Adam strode out of the bathroom. In the dining room, Be spotted Adam and softly called out, "Mr. Handsome..." However , he didn''t hear her. He walked away withrge strides. Grace frowned. "Where''s Adam rushing off to? He''s not even eating." Celine''s clear gaze lingered on Adam''s figure. What was going on with him today? Why was he acting so strange?
Grace said, "Celine, Be, let''s eat first. We don''t have to wait for Adam. He''s probably heading to the office." Celine nodded. "Alright." Perry was in his apartment when the doorbell suddenly rang. ---- He walked over and opened the door. "Who is it?" Outside stood the tall and imposing Adam. Perry paused, then curled his lips into a smirk. "Mr. Alvarez, not the guest I was expecting. What brings you to my door?" Adam shot Perry a cold re. "Be is my daughter.
Why did you im that Be was yours?" Perry was startled. "You know about Be already?" "That''s right. Celine told me." "Celine actually told you about Be?" Deep down, Perry was happy. He knew that Celine had never forgotten about Adam in the past three years. That was why he had made every effort to bring Be to Kinthorne. Adam remained expressionless. "Yes, Celine told me about Be and about your rtionship with her!" Perry looked at Adam.
"Celine told you that, too?" "Perry, why did you im to be Celine''s boyfriend? Why did you say Be was your daughter? You made me miss out on the three years with them! Do you have any idea how furious I am?" Adam shouted as he grabbed Perry by the cor. ---- Perry let out a coldugh. "Adam, why don''t you take a good look at yourself? You were the one who hurt Celine first. As her senior, of course, I had to teach you a lesson!" Adam was shocked. So, Perry was actually Celine''s senior!
He had always assumed that Perry and Celine were lovers. But now, this revtion seemingly exploded in his mind. He was her senior, not her boyfriend! "You''re Celine''s senior?" Adam repeated. "That''s right. Didn''t you just say Celine already told you about your rtionship..." Perry suddenly realized something . "Adam, Celine never told you anything , did she? You were just bluffing me, weren''t you?"
??
Search Novels Here
→
<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);