File: /home/armgroup/libs/storage/framework/views/214b52f5de55bc5f9e8363ad0ddffe121e166c32.php
<url>
<?php if(! empty($tag->url)): ?>
<loc><?php echo e(url($tag->url)); ?></loc>
<?php endif; ?>
<?php if(count($tag->alternates)): ?>
<?php $__currentLoopData = $tag->alternates; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $alternate): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<xhtml:link rel="alternate" hreflang="<?php echo e($alternate->locale); ?>" href="<?php echo e(url($alternate->url)); ?>" />
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
<?php if(! empty($tag->lastModificationDate)): ?>
<lastmod><?php echo e($tag->lastModificationDate->format(DateTime::ATOM)); ?></lastmod>
<?php endif; ?>
<?php if(! empty($tag->changeFrequency)): ?>
<changefreq><?php echo e($tag->changeFrequency); ?></changefreq>
<?php endif; ?>
<priority><?php echo e(number_format($tag->priority,1)); ?></priority>
<?php echo $__env->renderEach('sitemap::image', $tag->images, 'image'); ?>
<?php echo $__env->renderEach('sitemap::video', $tag->videos, 'video'); ?>
<?php echo $__env->renderEach('sitemap::news', $tag->news, 'news'); ?>
</url>
<?php /**PATH /home/technova/technovar/vendor/spatie/laravel-sitemap/src/../resources/views/url.blade.php ENDPATH**/ ?>