?
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
@for ($i = 1; $i <= $cmsblockPages; $i++)
<sitemap>
<loc>{{ url('xml/page-sitemap.xml?page=' . $i) }}</loc>
</sitemap>
@endfor
@for ($i = 1; $i <= $blogPages; $i++)
<sitemap>
<loc>{{ url('xml/post-sitemap.xml?page=' . $i) }}</loc>
</sitemap>
@endfor
</sitemapindex>