How to load comments via ajax?
send a request form the comments, but how to return the comments themselves, for example countComments field, the controller gave, like so
comments: {},
total,
...
public function more(Request $request,$content,$type,$tale){
if ($request->ajax()){
$query = Comment::where('content_id', ...