@extends('layouts.user_type.auth') @section('content')
System Settings

Configure system-wide settings

@csrf
Notification Settings
Security Settings
Maintenance Settings
System Information

Laravel Version: {{ app()->version() }}

PHP Version: {{ phpversion() }}

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

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

Debug Mode: {{ config('app.debug') ? 'Enabled' : 'Disabled' }}

Cache Driver: {{ config('cache.default') }}

@endsection