<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   	@foreach($site_maps as $map)
   <sitemap>
      <loc>{{@$map->url}}</loc>
      <lastmod>2016-01-01T00:00:00+00:00</lastmod>
   </sitemap>
   @endforeach
  <!--  <sitemap>
      <loc>http://www.example.com/posts_sitemap.xml</loc>
      <lastmod>2015-12-31T00:00:00+00:00</lastmod>
   </sitemap> -->
</sitemapindex>