<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <?php $__currentLoopData = $makaleler; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $makale): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        <url>
            <loc><?php echo e(url('makale/'.\Illuminate\Support\Str::slug($makale->baslik).'-'.$makale->id)); ?></loc>
            <lastmod><?php echo e(date('Y-m-d',strtotime($makale->tarih))); ?></lastmod>
            <changefreq>weekly</changefreq>
            <priority>0.7</priority>
        </url>
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</urlset>
<?php /**PATH /home/yeniistik/public_html/resources/views/sitemap/makaleler.blade.php ENDPATH**/ ?>