belongsTo(Category::class, 'parent_id', 'id'); } public function categories(){ return $this->belongsToMany(Category::class,'category_group'); } }