public function index() { $data = array('article' => News::featured()); return view('index', $data); }