@extends('layouts.dashboard') @section('title', 'Settings') @section('page-title', 'System Settings') @section('content')
System Configuration

Manage global settings for the AutoReply SMS system

@csrf @method('PUT')
General Settings
Default cooldown period for new users
SMS Settings
Security Settings
Auto-logout after inactivity
Default Admin Settings
Maximum users a new admin can create by default
System Information
Laravel Version
{{ app()->version() }}
PHP Version
{{ phpversion() }}
Total Users
{{ App\Models\User::count() }}
Total Admins
{{ App\Models\Admin::count() }}
Database
{{ config('database.default') }}
Danger Zone

These actions are irreversible. Use with caution.

@endsection