@extends('layouts.master')
@section('content')
@if(Auth::user()->userType =='admin')
{{$getUsers}}
Total Users
{{$getGames}}
Total Games
@endif
@if(Auth::user()->userType =='user')
{{$totalGame}}
Total Game
@endif
@endsection
@section('extrajs')
{!! Html::script('assets/plugins/peitychart/jquery.peity.min.js') !!}
{!! Html::script('assets/plugins/peitychart/peitychart.init.js') !!}
{!! Html::script('assets/plugins/echarts/echarts.js') !!}
{!! Html::script('assets/plugins/highcharts/highcharts.js') !!}
@endsection