'; ?> {{ e($channel->name) }} {{ url('/') }} {{ e($channel->meta_description ?? $channel->name) }} {{ $channel->locale }} {{ now()->toRfc822String() }} @foreach($publications as $t) {{ e($t->title) }} {{ url($t->url) }} {{ url($t->url) }} {{ $t->published_at->toRfc822String() }} @if($t->meta_description) {{ e($t->meta_description) }} @endif @if($t->post->author) {{ e($t->post->author->email ?? $t->post->author->name) }} @endif @endforeach