/home/techb158/immovalet.com/platform/packages/sitemap/resources/views
Edit: /home/techb158/immovalet.com/platform/packages/sitemap/resources/views/sitemapindex.blade.php (561B)
{!! '<' . '?' . 'xml version="1.0" encoding="UTF-8"?>' . "\n" !!}
@if (null != $style)
{!! '<' . '?' . 'xml-stylesheet href="' . $style . '" type="text/xsl"?>' . "\n" !!}
@endif
@foreach ($sitemaps as $sitemap)
{{ $sitemap['loc'] }}
@if ($sitemap['lastmod'] !== null)
{{ date('Y-m-d\TH:i:sP', strtotime($sitemap['lastmod'])) }}
@endif
@endforeach