{!! $xmlDeclaration !!} {{ route('home') }} daily 1.0 {{ route('archives') }} weekly 0.6 {{ route('tags') }} weekly 0.4 @foreach($posts as $post) {{ route('posts.show', $post->slug ?: $post->id) }} {{ $post->updated_at?->toAtomString() }} monthly 0.8 @endforeach