D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
spatie
/
laravel-sitemap
/
resources
/
views
/
sitemapIndex
/
Filename :
index.blade.php
back
Copy
<?= '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n" ?> <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> @foreach($tags as $tag) @include('sitemap::sitemapIndex/' . $tag->getType()) @endforeach </sitemapindex>