belongsTo(Invoice::class); } public function unit() { return $this->belongsTo(Unit::class); } }