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

@@ -1,6 +1,6 @@
@extends('adminlte::page')
@section('title', 'Raspberry Network | Applications')
@section('title', 'Raspberry Network | Staff Members')
@section('content_header')
@@ -172,7 +172,7 @@
<div class="card-footer">
<button type="button" class="btn btn-outline-primary">See Registered Players (Applicant Pool)</button>
<button type="button" class="btn btn-outline-primary" onclick="window.location.href='{{route("registeredPlayerList")}}'">See Registered Players (Applicant Pool)</button>
</div>