public function edit($categoryId, $languageCode)
    {
        $categoryTranslation = CategoryTranslation::where('category_id', $categoryId)
                        ->where('locale', $languageCode)
                        ->first();