$this->id, 'ticket_id' => $this->ticket_id, 'reply' => $this->reply, 'user_name' => $this->user?->name, 'created_at' => Carbon::parse($this->created_at)->format('d/m/Y H:i'), ]; } }