<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    @php foreach ($zipcodes as $zipcode):?>
    <url>
        <loc>https://zipluck.com/route66/zipcodes/@php echo $zipcode;?></loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    @php endforeach; ?>
</urlset>
