{{ $siteSetting->site_name }} {{ $siteSetting->site_url }} {{ $siteSetting->site_tagline }} @foreach ($articles as $article) <![CDATA[{{ $article->title }}]]> {{ route('articles.show', $article->slug) }} {{ route('articles.show', $article->slug) }} content_html ?: $article->excerpt !!}]]> @if ($article->published_at) {{ $article->published_at->toRssString() }} @endif @endforeach