System Settings
Manage your system settings and configurations
Quick Statistics
Total Users
{{ \App\Models\User::count() }}
Store Info
@if(\App\Models\StoreInformation::exists()) Configured @else Not Set @endif
Active Settings
{{ \App\Models\Setting::count() }}
Database Size
@php try { $size = \DB::select('SELECT SUM(data_length + index_length) / 1024 / 1024 as size FROM information_schema.TABLES WHERE table_schema = ?', [config('database.connections.mysql.database')]); echo round($size[0]->size ?? 0, 2) . ' MB'; } catch (\Exception $e) { echo 'N/A'; } @endphp
Last updated: {{ now()->format('Y-m-d H:i:s') }}