Carbon::parse($value)->translatedFormat('l d/m/Y') ); } protected function platNumber(): Attribute { return Attribute::make( set:fn($value) => strtoupper($value) ); } public function mutation() { return $this->hasOne(Mutation::class); } }