@extends('layouts.admin') @section('title', 'Super Admin - Multi-Branch Monitoring') @section('page-title', 'Multi-Branch Monitoring') @section('page-subtitle', 'Monitor all church branches from a single dashboard') @section('content')
Real-time monitoring of all branches
{{ $stats['total_churches'] }}
Total Branches
{{ number_format($stats['total_members']) }}
Total Members
{{ $stats['total_users'] }}
System Users
GH₵{{ number_format($stats['total_donations'] + $stats['total_tithes'] + $stats['total_welfare'] + $stats['total_offerings'], 0) }}
Total Income
GH₵{{ number_format($stats['total_expenses'], 0) }}
Total Expenses
{{ $activity['description'] }}
{{ $activity['church'] }}
No recent activity
@endforelse| Branch | Members | Users | Total Income | Total Expenses | Net Balance | Actions |
|---|---|---|---|---|---|---|
|
{{ $church->name }} {{ $church->location ?? 'No location' }} |
{{ number_format($church->members_count ?? 0) }} | {{ $church->users_count ?? 0 }} | GH₵{{ number_format($church->total_income ?? 0, 2) }} | GH₵{{ number_format($church->total_expenses ?? 0, 2) }} | GH₵{{ number_format(($church->total_income ?? 0) - ($church->total_expenses ?? 0), 2) }} | View |
{{ $church['name'] }}
GH₵{{ number_format($totalIncome, 0) }}
Exp: GH₵{{ number_format($totalExpenses, 0) }}