@extends('layouts.master') @section('title') Viewing Server: {{ $server->name }} @endsection @section('scripts') @parent @endsection @section('content')
@foreach (Alert::getMessages() as $type => $messages) @foreach ($messages as $message) @endforeach @endforeach

{{ trans('server.index.memory_use') }}


{{ trans('server.index.xaxis') }}

{{ trans('server.index.cpu_use') }}


{{ trans('server.index.xaxis') }}

Active Players


Waiting for response from server...

{{ trans('server.index.server_info') }}


{{ trans('server.index.connection') }} {{ $server->ip }}:{{ $server->port }}
{{ trans('strings.node') }} {{ $node->name }}
{{ trans('server.index.mem_limit') }} {{ $server->memory }} MB
{{ trans('server.index.disk_space') }} {{ $server->disk }} MB


@endsection