public function index()
 {
     return view('admin.survey.index', ['surveys' => Survey::all()]);
 }