{{-- 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 → {{ $service->name }} → Functions @endsection @section('content-header')

{{ $service->name }}Extend the default daemon functions using this service file.

@endsection @section('content')

Functions Control

{{ $service->index_file }}
@endsection @section('footer-scripts') @parent {!! Theme::js('vendor/ace/ace.js') !!} {!! Theme::js('vendor/ace/ext-modelist.js') !!} @endsection