belongsTo(Company::class); } public function getParsedTypeAttribute(): array { return ['name' => $this->type, 'title' => ContactType::TITLES[$this->type] ?? null]; } }