{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.master') @section('title') @lang('base.index.header') @endsection @section('content-header')

@lang('base.index.header')@lang('base.index.header_sub')

@endsection @section('content')

@lang('base.index.list')

@foreach($servers as $server) @if (! empty($server->description)) @endif @endforeach
@lang('strings.id') @lang('strings.name') @lang('strings.node') @lang('strings.connection') @lang('strings.relation') @lang('strings.status')
description)) rowspan="2" @endif>{{ $server->uuidShort }} {{ $server->name }} {{ $server->node->name }} {{ $server->allocation->alias }}:{{ $server->allocation->port }} @if($server->user->id === Auth::user()->id) @lang('strings.owner') @elseif(Auth::user()->root_admin) @lang('strings.admin') @else @lang('strings.subuser') @endif

{{ str_limit($server->description, 400) }}

@if($servers->hasPages()) @endif
@endsection @section('footer-scripts') @parent {!! Theme::js('js/frontend/serverlist.js') !!} @endsection