{!! $xmlDeclaration !!} {{ $siteName }} {{ url('/') }} {{ $siteDescription }} zh-CN {{ now()->toRssString() }} @foreach($posts as $post) {{ $post->title }} {{ route('posts.show', $post->slug ?: $post->id) }} {{ route('posts.show', $post->slug ?: $post->id) }} {{ $post->published_at->toRssString() }} {{ Str::limit(strip_tags($post->excerpt_or_fallback), 300) }} @if($post->category) {{ $post->category->name }} @endif @foreach($post->tags as $tag) {{ $tag->name }} @endforeach @if($post->author) {{ $post->author->email }} ({{ $post->author->name }}) @endif render($post) !!} ]]> @endforeach