{{-- 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.add.header') @endsection @section('scripts') {{-- This has to be loaded before the AdminLTE theme to avoid dropdown issues. --}} {!! Theme::css('vendor/select2/select2.min.css') !!} @parent @endsection @section('content-header')

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

@endsection @section('content')
/home/container/
@endsection @section('footer-scripts') @parent {!! Theme::js('vendor/select2/select2.full.min.js') !!} {!! 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('vendor/lodash/lodash.js') !!} {!! Theme::js('js/frontend/files/editor.js') !!} @endsection