pcd_book_id)->first(); if($book){ $toc = PaliText::where('book',$book->book)->where("paragraph",$book->paragraph)->value('toc'); return [ "book"=>$book->book, "paragraph"=> $book->paragraph, "paliTitle"=> $toc, 'pcdBookId'=>$this->pcd_book_id, "count"=>$this->co, ]; }else{ Log::error('book title is null'); Log::error(json_encode($this)); } } }