@extends('layouts.admin') @include('partials/admin.jexactyl.nav', ['activeTab' => 'approvals']) @section('title') User Approvals @endsection @section('content-header')

User ApprovalsAllow or deny requests to create accounts.

@endsection @section('content') @yield('jexactyl::nav')

Approval System Decide whether the approval system is enabled or disabled.

Determines whether users must be approved by an admin to use the Panel.

Provide the Discord Webhook URL to use when a user needs to be approved.

Approval Requests Allow or deny requests to create accounts.

{!! csrf_field() !!}
{!! csrf_field() !!}
@foreach ($users as $user) @endforeach
User ID Email Username Registered
{{ $user->id }} {{ $user->email }} {{ $user->username }} ({{ $user->name_first }} {{ $user->name_last }}) {{ $user->created_at->diffForHumans() }}
{!! csrf_field() !!}
{!! csrf_field() !!}
@endsection @section('footer-scripts') @parent @endsection