{{-- 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.users.new.header') @endsection @section('content-header')

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

@endsection @section('content') @can('edit-subuser', $server)
@endcan
{!! csrf_field() !!}
@can('edit-subuser', $server) @endcan
@foreach($permlist as $block => $perms)

@lang('server.users.new.' . $block . '_header')

@foreach($perms as $permission => $daemon)

@lang('server.users.new.' . str_replace('-', '_', $permission) . '.description')

@endforeach
@if ($loop->iteration % 2 === 0)
@endif @endforeach
@can('edit-subuser', $server)
@endcan @endsection @section('footer-scripts') @parent {!! Theme::js('js/frontend/server.socket.js') !!} @endsection