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

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

@endsection @section('content')

@lang('server.users.list')

@can('create-subuser', $server) @endcan
@can('view-subuser', $server)@endcan @can('delete-subuser', $server)@endcan @foreach($subusers as $subuser) @can('view-subuser', $server) @endcan @can('delete-subuser', $server) @endcan @endforeach
@lang('strings.username') @lang('strings.email') @lang('strings.2fa')
User Image {{ $subuser->user->username }} {{ $subuser->user->email }} @if($subuser->user->use_totp) @else @endif
@endsection @section('footer-scripts') @parent {!! Theme::js('js/frontend/server.socket.js') !!} @endsection