@extends('layouts.admin') @section('title', 'Record Donation') @section('page-title', 'Record Donation') @section('page-subtitle', 'Add a contribution to ' . $fundraiser->title) @section('content')
Target: {{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($fundraiser->target_amount, 2) }} | Raised: {{ church_setting('currency_symbol', 'GH₵') }}{{ number_format($fundraiser->raised_amount, 2) }}