@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Settings')) @section('content_header') @if (Auth::user()->hasAnyRole('admin'))

{{__('Administration')}} / {{__('Settings')}}

@else

{{__('Application access denied')}}

@endif @stop @section('css') @stop @section('js') @if (session()->has('success')) @endif @if (session()->has('error')) @endif @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @stop @section('content')
@if($security['secPolicy'] == 'off')

{!! __(' DANGER: Insecure security policy') !!}

{!! __('Your current password security policy is set to off. This allows users to choose potentially unsafe passwords. We strongly recommend you update this value to Medium.') !!}

@endif

{{__('Notification settings')}}

{{__('Change which notifications are sent here.')}}

@csrf @foreach($options as $option)
option_value == 1) ? 'checked' : '' }}>
@endforeach

{{ __('Security Settings') }}

{{ __('Here, you can configure security settings for the app, for all users.') }}

@csrf

{{ __('Users will be locked out after this time period if they fail to enable 2FA. Leave empty to disable.') }}

{{ __('Leave this field zeroed to disable. Users will be forced to reset their password after the specified time.') }}

{{ __('Choose a game in the section below, if applicable.') }}

{{ __('Game Integration') }}

{{ __("In this section, you can choose which game your community plays. This gives you the ability to limit signups to users with valid game accounts, keeping pirates out. It also swaps front page images with images for that game, if you haven't customised them. Leave unselected if your community does not revolve around a game.") }}

@csrf @method('PATCH')

{{ __('Integration with 3rd party services') }}

{{ __('Configure any of the thirdy party services below to facilitate recruiting staff for specific services.') }}

Discord Workmark Logo - Black
Reddit Wordmark Logo - OrangeRed
@stop