$category_group = CategoryGroup::with(['slides', 'categories'])
->where('path', '=', $category_group_alias)->first();
$category_group = CategoryGroup::with(['slides.items', 'categories.items'])
->where('path', '=', $category_group_alias)->first();