$attr) { $plural_type = Str::plural($type); $name = $attr['translation']['prefix'] . '.' . $plural_type; if (!empty($attr['alias'])) { $name = $attr['alias'] . '::' . $name; } $types[$type] = trans_choice($name, 1); } return $types; } public function getCategoryWithoutChildren($id) { return Category::getWithoutChildren()->find($id);; } }