{!! '<' . '?' . 'xml version="1.0" encoding="UTF-8"?>' . "\n" !!} @if (null != $style) {!! '<' . '?' . 'xml-stylesheet href="' . asset($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