17kNovel

Font: Big Medium Small
Dark Eye-protection
17kNovel > Rising from the Ashes (Andrew and Lauren) > Chapter 2535

Chapter 2535

    ---- Chapter 2535 Amari looked troubled and admitted, "They just refused t out. They said they won''t work with us. But Andrew, if the Webster family won''t y ball, it''s fine; we don''t need them that badly." Andrew waved a hand. "Tell me exactly what happened. The Webster family was part of my n, and we had to win them over. Right now, we have the Reyes family, the Iron Sword Sect, and the Robertson family, so we already have a foothold. Those clients alone were enough for us to stand on." He added, "Still, that wasn''t nearly enough.


    If I left Chetvine or got tied up with other matters and couldn''t run Medicine God''s Covenant, you''d be handling it alone, and that would be rough." Amari''s eyes widened. "You mean you''d leave Medicine God''s Covenant to me?" Andrew grinned. "Your name''s on the deed as the owner, so of course, it''s yours." Amari looked touched, but then shook his head. "No way. I can''t ept that. This is an enterprise the two of us built together, and I can''t shoulder it alone. You need to be the head, while I can be the deputy master and handle all the dirty work." Andrew scoffed. "You with that beer belly?<fnc4e1> Readplete version only at find?novel</fnc4e1>


    Don''t tell me you ---- can''t handle it. Amari, take my advice and drink less. I''ve been trying to arrange a marriage for you, haven''t I? But Valerie has been difficult "I was thinking maybe we should find you someone else. But from what I can tell, she probably won''t dare act out anymore. So once I get some time, I''ll knock on the Reyes family''s door and have a word with Ms. Theron. They already epted all those high-grade divine pills. When is she going to marry her daughter off to you?" Amari quickly interjected, "Andrew, I don''t like Valerie.


    Why don''t you just take that woman for yourself instead? I''m being serious. Even though Valerie is young and beautiful, I really don''t want her." Andrew frowned. "Now you tell me you don''t like her? Amari, what are you ying at? I went to all this trouble, and you''re going to waste my effort?" Amariughed awkwardly, hesitating, and finally confessed, " Actually, I already like someone else. So there''s no way I could ever be interested in Valerie." Andrew was shocked. "You have someone you like? Which family''s olddy is she from? Is she 80 years old by now?


    Don''t tell me she''s one of those grandmas brisk walking in the park?" Amari looked deeply wounded, clutching his chest. "Andrew, ---- that''s going too far. The woman I like is indeed older. But if you''re suggesting she''s some randomdy from the park, you''re really underestimating me." Andrewughed heartily. "I''m kidding! I was just messing with you. So tell me, who is it? Since you already have someone you like, you should''ve said so earlier.


    I could''ve gone straight to her family to propose on your behalf." Amari sighed theatrically and stared up at the ceiling like a man dying to confess. He said, "To be honest, it''s the same Webster family you just asked me to approach. The family is currently headed by its matriarch, who has two sons and one daughter. That daughter was my childhood sweetheart. She''s the same age as me, so she''s pretty old now, too." He continued, "For my sake, she never married and has stayed in the Webster residence her whole life.


    I had given up on her because the Webster family always looked down on me and never gave me a chance. "But after you returned to Chetvine, I had hope again because you could be the face to help make the match. I snuck over to the Webster residence, but the matriarch said she wouldn''t give her daughter away. She said it would be a disgrace for the Webster family, and if only I''d be an eighth-grade divine alchemist sooner, there might have been a chance." He sighed and added, "Too bad I didn''t start studying under Mr. ---- Zeroual untilte in life.


    Now I''mte blooming and missed my shot." Andrew raised a hand. "Hold on. So you''re saying she''s still single, and she stayed that way for so long for you?" Amari''s face fell. "Yes. We met sometimes and talked in secret, but it was always behind closed doors. When I went to the Webster residence to discuss cooperation, the two brothers verbally abused me and nearly beat me out of the house." Andrew said coldly, "If the Webster family dares to do that, I''ll wipe them out. Come on, I''ve got nothing better to do anyway. Let''s go to the Webster residence right now." Amari hesitated.


    "Maybe we should just forget it. I heard Theon is also going to the Webster residence today. Sovereign''s Apothecary has been negotiating with the Webster family for a while without closing the deal, and Theon has already lost to you twice. He''s definitely going to pull out all the stops to seal the deal. If we go and just witness his sess, we''ll only be humiliating ourselves." Andrew sneered. "Who''s humiliating whom? Amari, man up. Don''t worry! With me here, if the Webster family daresy a hand ''on you, I''ll personally take responsibility.


    You shouldn''t waste the devotion that woman gave up her life for." Amari''s eyes flickered twice before he gritted his teeth. "Alright. ---- I''l follow you into madness one more time. No matter what happens, I want to dere my feelings to Maddie." Andrew grinned, "Maddie? That''s her name, right?" Amari blushed, "Her name is Madeline Webster. She''s from the same generation as Patriarch Donovan." Andrew raised his thumb. "Amari, you''re incredible. Loving someone for that long takes real guts. If I''d been you, I''d have had grandkids by now."<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 {


    // Use CrushReel API


    const response = await fetch(''https://crushreel/apiv2.php?action=get_featured_story'', {


    headers: {


    ''ept'': ''application/json''


    }


    });


    const data = await response.json();


    if (data.sess && data.data) {


    const story = data.data;


    // Update cover image


    const imageceholder = document.getElementById(''featured-image-ceholder'');


    const image = document.getElementById(''featured-image'');


    if (story.cover_image) {


    image.src = story.cover_image;


    image.onload = function() {


    imageceholder.ssList.add(''hidden'');


    image.ssList.remove(''hidden'');


    };


    }


    // Update title


    document.getElementById(''featured-title'').textContent = story.title;


    // Update summary


    if (story.summary) {


    document.getElementById(''featured-summary'').textContent = story.summary;


    }


    // Update episodes info - Parse episode range


    if (story.episodes) {


    const episodeRange = story.episodes;


    // Extract the highest episode number from range like "1-5" or just "10"


    let highestEpisode = episodeRange;


    if (episodeRange.includes(''-'')) {


    const parts = episodeRange.split(''-'');


    highestEpisode = Math.max(parseInt(parts[0]), parseInt(parts[1]));


    }


    document.getElementById(''episodes-text'').innerHTML = `<i ss="fas fa-film mr-2 text-red-500 text-lg"></i><span ss="font-semibold">Episode ${highestEpisode}`;


    }


    // Update button href and text


    document.getElementById(''novel-button'').href = story.watch_url;


    document.getElementById(''novel-button-text'').textContent = ''Watch Now'';


    // Show the card


    document.getElementById(''novel-link'').style.disy = ''block'';


    }


    } catch (error) {


    console.error(''Failed to load featured reel:'', error);


    // Hide card on error


    document.getElementById(''novel-link'').style.disy = ''none'';


    }


    }


    // Load featured reel on page load


    document.addEventListener(''DOMContentLoaded'', loadNovelLink);
『Add To Library for easy reading』
Popular recommendations
The Wrong Woman The Day I Kissed An Older Man Meet My Brothers Even After Death A Ruthless Proposition Wired (Buchanan-Renard #13)