public function index()
 {
     $scores = ScoreBoard::all();
     return view("home", compact('scores'));
 }