$this->id, 'type' => Str::remove('App\\Notifications\\', $this->type), 'title' => $this->data['title'] ?? '', 'content' => $this->data['content'] ?? '', 'read_at' => (string) $this->read_at, 'created_at' => (string) $this->created_at, ]; } }