public function index()
 {
     $replies = $this->replyRepository->paginate();
     return user_view('reply.newsreplylist', compact('replies'));
 }