@extends('layouts.admin_settings') @section('content')

General Settings

Learn More

@csrf

Community Name

The name of your community.

Community Logo

The logo of your community. Must be a url.

Community Intro

Text shown on the home page of the CAD that unlogged in users or applicants will see. Basicly a small about us section.

Community Type {{-- Learn More --}}

The type of community will detrumine how new members are handled.

Allow Members To Control Unit Number

This allows members once accepted into a department they can update their unit number.

@if (get_setting('use_discord_department_roles'))

This setting is locked on due to the Use Discord Department Roles being set to "On"

@endif
@if (get_setting('use_discord_department_roles')) @else @endif

Allow Members To Control Department Rank

This allows members once accepted into a department they can update their rank.

@if (get_setting('use_discord_department_roles'))

This setting is locked on due to the Use Discord Department Roles being set to "On"

@endif
@if (get_setting('use_discord_department_roles')) @else @endif

Allow Members To Submit LOA Requests

This will allow memebers to submit LOA requests through the portal.

Roleplay Enabled

This will show a banner that RP is suspended.

Days Until Inactive

Takes a number for how many days until a member is classified as inactive on the CAD. Right now this only effects the number on the dashboard. Soon it will have abilities like purge and auto kick after so many days. There is no ETA on this improvement.

@endsection