$category = Category::first(); $apps = $category->apps()->paginate(10); return view('example', compact('category', 'apps'));