@extends('layouts.app') @section('title','Reports & Analytics') @section('heading','Reports & Analytics') @section('subheading','Financial overview for ' . ($event?->couple_name ?? 'current event')) @section('topbar_actions') Export CSV Export PDF @endsection @section('content') @if($event) {{-- Summary Cards --}}
| Method | Count | Total (TZS) |
|---|---|---|
| {{ ucwords(str_replace('_',' ',$row->payment_method)) }} | {{ $row->count }} | {{ number_format($row->total) }} |
| Name | Phone | Total (TZS) |
|---|---|---|
|
{{ strtoupper(substr($row->contributor_name, 0, 2)) }}
{{ $row->contributor_name }}
|
{{ $row->contributor_phone }} | {{ number_format($row->total) }} |