@extends('components.app-layout') @section('title', 'Church Settings') @section('subtitle', 'Manage your church system with elegance and simplicity') @section('content')

Church Management

Streamline your church operations with our comprehensive management system

{{ $systemStats['total_users'] }}
Active Members
{{ $systemStats['total_storage_mb'] }}
MB Storage
{{ $systemStats['active_documents'] }}
Resources

Church Members

{{ number_format($systemStats['total_users']) }}

Active accounts

Resources

{{ number_format($systemStats['total_documents']) }}

{{ $systemStats['active_documents'] }} active

Categories

{{ number_format($systemStats['total_categories']) }}

{{ $systemStats['active_categories'] ?? 'All' }} active

Storage

{{ number_format($systemStats['total_storage_mb'], 1) }}

MB used

Church Configuration

Complete church management setup including branding, contact information, and system preferences.

Member Management

Manage church members, user accounts, roles, and access permissions with ease.

System Maintenance

Keep your church system running smoothly with maintenance tools and optimization.

Security & Monitoring

Monitor system security, view activity logs, and manage user access controls.

@if($categoryStorage->count() > 0)

Storage Analytics

Monitor your church system's storage usage

{{ $systemStats['total_storage_mb'] }}
Total MB Used
@foreach($categoryStorage as $category)

{{ $category['name'] }}

Storage Category

{{ $category['size_mb'] }}
MB Used
@endforeach
@endif
Built with love for church communities
@push('scripts') @endpush @endsection