dashboard update for SRP stuff

This commit is contained in:
2020-04-10 18:19:38 -05:00
parent 519cca30b5
commit 3ae603a789
2 changed files with 10 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ class SRPController extends Controller
$this->middleware('role:User');
}
public function displaySrpHistory() {
}
public function displayPayoutAmounts() {
$payouts = array();
$count = 0;