@extends('layouts.admin') @section('title', 'Record Donation') @section('page-title', 'Record Donation') @section('page-subtitle', 'Add a contribution to ' . $fundraiser->title) @section('content')

{{ $fundraiser->title }}

Target: {{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($fundraiser->target_amount, 2) }} | Raised: {{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($fundraiser->raised_amount, 2) }}

@csrf

Select a member or enter donor details below

@error('amount')

{{ $message }}

@enderror
@error('donor_name')

{{ $message }}

@enderror
Cancel
@endsection @push('scripts') @endpush