<sitemap>
<?php if(! empty($tag->url)): ?>
<loc><?php echo e(url($tag->url)); ?></loc>
<?php endif; ?>
<?php if(! empty($tag->lastModificationDate)): ?>
<lastmod><?php echo e($tag->lastModificationDate->format(DateTime::ATOM)); ?></lastmod>
<?php endif; ?>
</sitemap>
<?php /**PATH /home/technova/technovar/vendor/spatie/laravel-sitemap/src/../resources/views/sitemapIndex/sitemap.blade.php ENDPATH**/ ?>