Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
core
/
vendor
/
spatie
/
laravel-sitemap
/
resources
/
views
/
sitemapIndex
:
sitemap.blade.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<sitemap> @if (! empty($tag->url)) <loc>{{ url($tag->url) }}</loc> @endif @if (! empty($tag->lastModificationDate)) <lastmod>{{ $tag->lastModificationDate->format(DateTime::ATOM) }}</lastmod> @endif </sitemap>