public function products() { return $this->belongsToMany('DuplicolorModelsProductLine', 'project_products', 'project_post_id', 'product_line_id')->withPivot('id'); }