This commit is contained in:
2019-07-03 18:45:18 -05:00
parent e40fedb812
commit a6be5844e6

View File

@@ -127,7 +127,9 @@ class SRPAdminController extends Controller
$pieDenied = SRPShip::where(['approved' => 'Denied']) $pieDenied = SRPShip::where(['approved' => 'Denied'])
->whereBetween('created_at', [$now, $previous]) ->whereBetween('created_at', [$now, $previous])
->count(); ->count();
dd($pieOpen);
dd($pieApproved);
dd($pieDenied);
//Get the amount of open orders //Get the amount of open orders
//Just copy the data from the previous data pull //Just copy the data from the previous data pull
$gaugeReview = $pieOpen; $gaugeReview = $pieOpen;