コード例 #1
0
 public function indexCharacter()
 {
     $players = Player::paginate(20);
     return view('admin.indexCharacter', compact('players'));
 }