@extends('sitemap.layout')
@section('content')
{{route('posts')}}
{{ $items[0]->updated_at->tz('UTC')->toAtomString() }}
weekly
1
@foreach($items as $item)
{{route('n.show',$item->slug)}}
{{ $item->updated_at->tz('UTC')->toAtomString() }}
weekly
0.7
@endforeach
@endsection