'; ?> @foreach($posts as $post) {{ $domain }}/blog/{{ $post->slug }} 0.75 monthly {{ $post->updated_at?->toAtomString() ?? now()->toAtomString() }} @if($post->cover_image) {{ $post->cover_image }} {{ htmlspecialchars($post->title) }} @endif @if($post->published_at && $post->published_at->gt(now()->subDays(2))) Animexe Blog tr {{ $post->published_at->toAtomString() }} {{ htmlspecialchars($post->title) }} @if($post->excerpt){{ htmlspecialchars(\Illuminate\Support\Str::limit($post->excerpt, 200)) }}@endif @endif @endforeach