@extends('components.app-layout') @section('title', 'Finance Dashboard') @section('subtitle', 'Manage church income and expenses') @section('content')
Track church income and expenses
Income This Month
₵{{ number_format($stats['total_income_this_month'], 2) }}
Expenses This Month
₵{{ number_format($stats['total_expense_this_month'], 2) }}
Net Income This Month
₵{{ number_format($stats['net_income_this_month'], 2) }}
Pending Approval
{{ $stats['pending_transactions'] }}
Record income or expense
Browse all transactions
Tithe, offerings & more
{{ $transaction->title }}
{{ $transaction->category->name }} • {{ $transaction->transaction_date->format('M d, Y') }}
{{ $transaction->type === 'income' ? '+' : '-' }}₵{{ number_format($transaction->amount, 2) }}
{{ ucfirst($transaction->status) }}No transactions yet
Start by adding your first transaction