|
|
$table = Sentence::select(['id','book_id','paragraph','word_start','word_end','content','channel_uid','updated_at'])
|
|
$table = Sentence::select(['id','book_id','paragraph','word_start','word_end','content','channel_uid','updated_at'])
|
|
|
->where('channel_uid', $request->get('channel'))
|
|
->where('channel_uid', $request->get('channel'))
|