{{-- 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.admin') @section('title') Service @endsection @section('content-header')

ServiceAll services currently available on this system.

@endsection @section('content')
Services are a powerful feature of Pterodactyl Panel that allow for extreme flexibility and configuration. Please note that while powerful, modifing a service wrongly can very easily brick your servers and cause more problems. Please avoid editing our default services — those provided by support@pterodactyl.io — unless you are absolutely sure of what you are doing.

Configured Service

@foreach($services as $service) @endforeach
Name Description Options Packs Servers
{{ $service->name }} {{ $service->description }} {{ $service->options_count }} {{ $service->packs_count }} {{ $service->servers_count }}
@endsection