{{ url('/') }} 1.0 daily {{ url('/privacy-policy') }} 0.5 yearly {{ url('/about') }} 0.5 yearly {{ url('/category/news') }} 0.6 weekly {{ url('/category/story') }} 0.6 weekly {{ url('/category/lifestyle') }} 0.6 weekly @foreach ($posts as $post) {{ route('posts.show', $post->slug) }} {{ $post->updated_at->toAtomString() }} 0.8 weekly @endforeach @foreach ($posts->groupBy(fn($p) => $p->created_at->format('Y')) as $year => $yearPosts) {{ url('/archive/' . $year) }} 0.5 yearly @endforeach