belongsToMany('App\Models\Content'); } public function subcategories(){ return $this->hasMany('App\Models\Category'); } }