view('pages.sitemap', [ 'entries' => $getSitemapEntries(), ], 200, [ 'Content-Type' => 'application/xml', ]); } }