<?xml version="1.0" encoding="UTF-8" ?> 
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
- <!--  created with Free Online Sitemap Generator www.xml-sitemaps.com 
  --> 
- <url>
      <loc>https://www.glacierindia.com/</loc> 
      <lastmod>2023-06-19T10:16:44+00:00</lastmod> 
      <changefreq>weekly</changefreq>
      <priority>1.00</priority> 
  </url>
- @foreach($posts as $post)
    <url>
      <loc>{{ $post->title}}</loc> 
      <lastmod>2023-06-19T10:16:44+00:00</lastmod> 
      <changefreq>weekly</changefreq>
      <priority>1.00</priority> 
  </url>
 @endforeach
  </urlset>