@extends('layouts.admin') @include('partials/admin.settings.nav', ['activeTab' => 'basic']) @section('title') Settings @endsection @section('content-header')

Panel SettingsConfigure Pterodactyl to your liking.

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

Panel Settings

This is the name that is used throughout the panel and in emails sent to clients.

This is your Google Analytics Tracking ID, Ex. UA-123723645-2

@php $level = old('pterodactyl:auth:2fa_required', config('pterodactyl.auth.2fa_required')); @endphp

If enabled, any account falling into the selected grouping will be required to have 2-Factor authentication enabled to use the Panel.

The default language to use when rendering UI components.

@endsection