<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <sitemap>
        <loc>{{ url('/sitemap-pages.xml') }}</loc>
        <lastmod>{{ now()->format('Y-m-d') }}</lastmod>
    </sitemap>
    <sitemap>
        <loc>{{ url('/sitemap-blogs.xml') }}</loc>
        <lastmod>{{ now()->format('Y-m-d') }}</lastmod>
    </sitemap>
    <sitemap>
        <loc>{{ url('/sitemap-packages.xml') }}</loc>
        <lastmod>{{ now()->format('Y-m-d') }}</lastmod>
    </sitemap>
</sitemapindex> 