News::where('is_published', true) ->with('category') ->latest() ->paginate(9) ])->layout('components.guest-layout', ['title' => 'Berita & Edukasi Kesehatan']); } }