@extends('layouts.admin') @section('title', $fundraiser->title) @section('page-title', $fundraiser->title) @section('page-subtitle', 'Campaign details and donations') @section('content')
{{ $fundraiser->description }}
@endif{{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($fundraiser->raised_amount, 2) }}
Raised
{{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($fundraiser->target_amount, 2) }}
Target
{{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($fundraiser->remaining_amount, 2) }}
Remaining
{{ $donation->is_anonymous ? 'Anonymous' : ($donation->member?->full_name ?? $donation->donor_name ?? 'N/A') }}
{{ $donation->created_at->format('M j, Y g:i A') }} • {{ ucfirst($donation->payment_method) }}
{{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($donation->amount, 2) }}
No donations yet. Be the first to contribute!
@endforelse{{ $donor->member?->full_name ?? 'N/A' }}
{{ $donor->donation_count }} donations
{{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($donor->total_amount, 2) }}