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