public function index()
 {
     $data['stories'] = Stories::approved();
     return view('site.homepage', $data);
 }