belongsTo(Vat::class, 'parent_vat_id'); } public function childVat() { return $this->belongsTo(Vat::class, 'child_vat_id'); } }