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