whereIn('type', [Category::TYPE_ARTICLE, Category::TYPE_LINK]) ->where('top_show', 1) ->orderBy('order', 'asc') ->select('id', 'title') ->get(); $links = Link::get(); $gLxwmCate = Category::find(10); View::share('all_categorys', $categorys); View::share('links', $links); View::share('gLxwmCate', $gLxwmCate); } }