$this->book, 'paragraph' => $this->paragraph, 'content' => $this->text, 'path' => json_decode($this->path), 'paliTitle' => $this->toc, ]; $data['content'] = PaliText::where('book', $this->book) ->where('paragraph', $this->paragraph + 1) ->value('html'); $data['content_type'] = 'html'; return $data; } }