Carbon::parse($value)->translatedFormat('l d/m/Y') ); } protected function price(): Attribute { return Attribute::make( get:fn($value) => (new CurrencyFormatService)->setRupiahFormat($value, true) ); } }