public function post($id)
 {
     $data = array('article' => News::get($id));
     return view('news.post', $data);
 }