From d31e1e4bfdc75e1ee692db192669b6a8871da9f7 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 1 Jul 2019 22:51:00 -0500 Subject: [PATCH] sample chart --- resources/views/srp/admin/statistics.blade.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/views/srp/admin/statistics.blade.php b/resources/views/srp/admin/statistics.blade.php index 682fa4868..b94944906 100644 --- a/resources/views/srp/admin/statistics.blade.php +++ b/resources/views/srp/admin/statistics.blade.php @@ -1,7 +1,8 @@ @extends('srp.layouts.b4') @section('content') -
-{!! $lava->render('PieChart', 'SRP Stats', 'chart-div') !!} - +
+
+ {!! $lava->render('PieChart', 'SRP Stats', 'chart-div') !!} +
@endsection \ No newline at end of file