charts
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user