forChannel($channel) ->with(['post.author', 'channel.prefixes']) ->latest('published_at') ->limit(20) ->get(); return response() ->view('theme::feed', compact('publications', 'channel')) ->header('Content-Type', 'application/rss+xml; charset=UTF-8'); } }