$this->id, 'state_text' => $this->state_text, 'created_at' => $this->created_at, 'amount' =>number_format($this->amount,2), 'take' =>number_format($this->take,2), 'tax' =>number_format($this->tax,2), 'way_text' =>$this->way_text, ]; } }