{{ url('page.xml').'/' }}
{{ url('post-category.xml').'/' }}
{{ url('news-category.xml').'/' }}
@if ($countNews > 0)
@for ($i = 0; $i < $news; $i++)
@if ($i == 0)
{{ url('news.xml').'/' }}
@else
{{ url('news' . $i + 1 . '.xml').'/' }}
@endif
@endfor
@endif
@if ($countBlogs > 0)
@for ($i = 0; $i < $blogs; $i++)
@if ($i == 0)
{{ url('post.xml').'/' }}
@else
{{ url('post' . $i + 1 . '.xml').'/' }}
@endif
@endfor
@endif