belongsTo(Currency::class); } public function getCurrencyNameAttribute() { return $this->currency()->value('name'); } }