@extends('layouts.admin') @section('title', 'Offerings Report') @section('page-title', 'Offerings Report') @section('page-subtitle', 'Church offerings analysis') @section('content')
Total Offerings
GH₵{{ number_format($stats['total'], 2) }}
{{ $stats['count'] }} collections
{{ $types[$type] ?? ucfirst($type) }}
GH₵{{ number_format($amount, 2) }}
| Date | Service | Type | Amount |
|---|---|---|---|
| {{ $offering->offering_date->format('M d, Y') }} | {{ $offering->service_name }} | {{ $types[$offering->offering_type] ?? ucfirst($offering->offering_type) }} | GH₵{{ number_format($offering->amount, 2) }} |
| No offerings found. | |||