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

Server SettingsConfigure Jexactyl's server settings.

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

Server Renewals Configure settings for server renewals.

Determines whether users must renew their servers.

days

Determines the amount of days that servers have before their first renewal is due.

credits

Determines the amount of credits that a renewal costs.

Server Settings Configure settings for servers.

Determines whether users can edit the amount of resources assigned to their server.

Determines whether users are able to delete their own servers. (default: true)

{!! csrf_field() !!}
@endsection