$category = CategoryModel::query()->whereJsonContains('slug->' . app()->getLocale(), $category)->first(); dd($category->toArray());
$category = CategoryModel::query()->whereJsonContains('slug->' . app()->getLocale(), $category)->first(); dd($category->toArray());