{{-- 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('server.files.edit.header') @endsection @section('content-header')

@lang('server.files.edit.header')@lang('server.files.edit.header_sub')

@endsection @section('content')
@endsection @section('footer-scripts') @parent {!! Theme::js('js/frontend/server.socket.js') !!} {!! Theme::js('vendor/ace/ace.js') !!} {!! Theme::js('vendor/ace/ext-modelist.js') !!} {!! Theme::js('vendor/ace/ext-whitespace.js') !!} {!! Theme::js('js/frontend/files/editor.js') !!} @endsection