Product model code:
public function categories() { return $this->belongsToMany(Category::class); }
Category model code: