From 8d37376fb1ef5a8963e80001a91baba628588a4a Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 1 Jul 2019 22:20:07 -0500 Subject: [PATCH] statistics --- resources/views/srp/admin/statistics.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/srp/admin/statistics.blade.php b/resources/views/srp/admin/statistics.blade.php index ba6507938..f7cb9bb7f 100644 --- a/resources/views/srp/admin/statistics.blade.php +++ b/resources/views/srp/admin/statistics.blade.php @@ -2,7 +2,7 @@ @section('content')
-{!! Lava::render('PieChart', 'adLava', 'approved_denied') !!} +{!! $adLava->render('PieChart', 'Approved / Denied', 'approved_denied') !!}
{!! $lava->render('BarChart', 'ISK', 'FC_Losses') !!}