$this->id, 'amount' => $this->amount, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, 'state_en' => $this->amount > 0 ? 'Replenishment' : 'Withdraw', 'state_ru' => $this->amount > 0 ? 'Пополнение' : 'Снятие', 'state_tm' => $this->amount > 0 ? 'Dolduryldy' : 'Tutuldy', ]; } }