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