HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/EUmans/umansradepo.be/vendor/roumen/sitemap/src/views/sitemapindex.blade.php
{{ '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n" }}
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
@foreach($sitemaps as $sitemap)
	<sitemap>
		<loc>{{ $sitemap['loc'] }}</loc>
		@if($sitemap['lastmod'] !== null)<lastmod>{{ date('Y-m-d\TH:i:sP', strtotime($sitemap['lastmod'])) }}</lastmod>@endif
	</sitemap>
@endforeach
</sitemapindex>