user()->changelogs()->orderBy('created_at', 'desc')->get(); auth()->user()->markChangelogAsRead(); return view('changelog.index')->withChangelogs($changelogs); } }