@foreach ($posts as $category) {{ url('/media-hub') }} weekly 0.6 @foreach ($category->posts as $post) {{ url('/article/' . $post->id . '-' . str_slug($post->title)) }} @if ($post->updated_at) {{ $post->updated_at->tz('UTC')->toAtomString() }} @endif monthly 0.7 @endforeach @endforeach