'datetime', ]; public function cart() { return $this->belongsToMany(Product::class, "cart_items", "userID", "productID"); } }