{{-- 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')

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