/**
  * Show the application welcome screen to the user.
  *
  * @return Response
  */
 public function getNew()
 {
     return view('game.new', ['game_types' => Game_Type::all()]);
 }