{{-- 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.schedules.edit.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.schedule.manage.header'){{ $schedule->name }}

@endsection @section('content')
@include('partials.schedules.task-template')
@endsection @section('footer-scripts') @parent {!! Theme::js('js/frontend/server.socket.js') !!} {!! Theme::js('vendor/select2/select2.full.min.js') !!} {!! Theme::js('js/frontend/tasks/view-actions.js') !!} @endsection