belongsTo('Invoice'); } public function product() { return $this->belongsTo('Product'); } }