public function wantList()
 {
     $data['games'] = Game::wanted()->paginate(12);
     return view('profile.want', $data);
 }