srp admin controller stats

This commit is contained in:
2019-07-03 20:52:49 -05:00
parent 6c3402fa8d
commit a0a4fd136f

View File

@@ -188,6 +188,8 @@ class SRPAdminController extends Controller
$lava->BarChart('FCs', $fcs);
dd($lava);
return view('srp.admin.statistics')->with('lava', $lava)
->with('start', $start)
->with('end', $end);