@extends('layouts.main') @section('content')
{{__('Servers')}} {{$counters['servers']->total}}
{{__('Users')}} {{$counters['users']}}
{{__('Total')}} {{CREDITS_DISPLAY_NAME}} {{$counters['credits']}}
{{__('Payments')}} {{$counters['payments']}}
{{__('Pterodactyl')}}
{{__('Sync')}}
{{__('Resources')}} {{__('Count')}}
{{__('Locations')}} {{$counters['locations']}}
{{__('Nodes')}} {{$nodes->count()}}
{{__('Nests')}} {{$counters['nests']}}
{{__('Eggs')}} {{$counters['eggs']}}
{{__('Controlpanel.gg')}}
{{__('Individual nodes')}}
@if ($perPageLimit)
{{ __('Error!') }}

{{ __('You reached the Pterodactyl perPage limit. Please make sure to set it higher than your server count.') }}
{{ __('You can do that in settings.') }}
{{ __('Note') }}: {{ __('If this error persists even after changing the limit, it might mean a server was deleted on Pterodactyl, but not on ControlPanel.') }}

@endif @foreach($nodes as $nodeID => $node) @endforeach
{{__('ID')}} {{__('Node')}} {{__('Server count')}} {{__('Resource usage')}} {{CREDITS_DISPLAY_NAME . ' ' . __('Usage')}}
{{$nodeID}} {{$node->name}} {{$node->activeServers}}/{{$node->totalServers}} {{$node->usagePercent}}% {{$node->activeEarnings}}/{{$node->totalEarnings}}
{{__('Total')}} ({{__('active')}}/{{__('total')}}): {{$counters['servers']->active}}/{{$counters['servers']->total}} {{$counters['totalUsagePercent']}}% {{$counters['earnings']->active}}/{{$counters['earnings']->total}}
@endsection