public function lihatGame()
 {
     $list_game = Gamez::paginate(10);
     return view('admin.lihatgames', compact('list_game'));
 }