belongsToMany(Category::class); } public function destination() { return $this->hasMany(Place::class); } }