public function index()
 {
     $articles = Article::all();
     return view('news::admin.index', compact('articles'));
 }