announcements->latest(5); $announcements->load('creator'); return view('announcements::partials.navbar.list', compact('announcements')); } }