• File: sitemap.blade.php
  • Full Path: /home/masbinta/public_html/core/vendor/spatie/laravel-sitemap/resources/views/sitemap.blade.php
  • File size: 261 bytes
  • MIME-type: text/plain
  • Charset: utf-8
<?= '<'.'?'.'xml version="1.0" encoding="UTF-8"?>'."\n"; ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
@foreach($tags as $tag)
    @include('laravel-sitemap::' . $tag->getType())
@endforeach
</urlset>