@extends('layouts.admin') @include('partials/admin.settings.nav', ['activeTab' => 'basic']) @section('title') Statistics Overview @endsection @section('content-header')

Statistics OverviewMonitor your panel usage.

@endsection @section('content')
Servers
Servers {{ $serversCount }}
Total used RAM {{ $totalServerRam }}MB
Total used disk space {{ $totalServerDisk }}MB
Nodes
Total RAM {{ $totalNodeRam }}MB
Total Disk Space {{ $totalNodeDisk }}MB
Total Allocations {{ $totalAllocations }}
Total Eggs {{ $eggsCount }}
Total Users {{ $totalUsersCount }}
Total Nodes {{ $nodesCount }}
Total Databases {{ $totalDBCount }}
@endsection @section('footer-scripts') @parent {!! Theme::js('vendor/chartjs/chart.min.js') !!} {!! Theme::js('js/admin/statistics.js') !!} @endsection