| Current Path : /home/zada/public_html/vendor/spatie/laravel-sitemap/resources/views/sitemapIndex/ |
| Current File : /home/zada/public_html/vendor/spatie/laravel-sitemap/resources/views/sitemapIndex/sitemap.blade.php |
<sitemap>
@if (! empty($tag->url))
<loc>{{ url($tag->url) }}</loc>
@endif
@if (! empty($tag->lastModificationDate))
<lastmod>{{ $tag->lastModificationDate->format(DateTime::ATOM) }}</lastmod>
@endif
</sitemap>