public function all()
 {
     $data = array('articles' => News::get_limit(5));
     return view('news.all', $data);
 }