@extends('layouts.app') @section('title', 'Settings') @section('page-title', 'Settings') @section('page-subtitle', 'Manage system configuration') @section('content')

Application Settings

@csrf @method('PUT')

System Information

{{ PHP_VERSION }}

{{ app()->version() }}

{{ config('app.env') }}

{{ config('database.default') }}

API Endpoints

Check License

POST /api/license/check

Active

Activate License

POST /api/license/activate

Active

Danger Zone

Irreversible and destructive actions

@endsection