public function index()
 {
     $voters = Voter::all();
     return view('dashboard.allVoters')->with('voters', $voters);
 }