Add Registered Player listing

This commit is contained in:
2020-05-03 04:31:02 +01:00
parent cfb8e6bbca
commit f5bb92b3c8
4 changed files with 157 additions and 4 deletions

View File

@@ -14,6 +14,6 @@ class UserController extends Controller
public function showPlayers()
{
return view('dashboard.administration.players');
}
}