forChannel($channel) ->with('channel.prefixes') ->select(['id', 'post_id', 'slug', 'channel_id', 'published_at', 'updated_at']) ->latest('published_at') ->get(); return response() ->view('theme::sitemap', compact('publications', 'channel')) ->header('Content-Type', 'application/xml'); } }