$this->id, 'product_name'=> $this->product?->name, 'remark' => $this->remark, 'is_deposit' => $this->is_deposit, 'qty' => $this->qty_format.$this->product?->unit, 'created_at' => $this->created_at->toDateTimeString(), 'can_revoke' => $this->canRevoke(), ]; } }