@if($post_pagination_count != null)
{{url('/news-sitemap.xml')}}
{{\Carbon\Carbon::now()->format('Y-m-d')}}
@for($i = 2; $i <= $post_pagination_count; $i++)
{{url('/news-sitemap.xml?page='.$i)}}
{{\Carbon\Carbon::now()->format('Y-m-d')}}
@endfor
@endif