@extends('layouts.admin') @section('title', 'Offering Receipt') @section('page-title', 'Offering Receipt') @section('content')
Offering Receipt
@if(church_setting('church_address')){{ church_setting('church_address') }}
@endif@if(church_setting('church_phone')){{ church_setting('church_phone') }}@endif @if(church_setting('church_email')) | {{ church_setting('church_email') }}@endif
{{ $offering->offering_date->format('F d, Y') }}
Offering Type
{{ ucfirst(str_replace('_', ' ', $offering->offering_type)) }}
Collection Method
{{ ucfirst(str_replace('_', ' ', $offering->collection_method)) }}
Collected By
{{ $offering->collected_by }}
Recorded By
{{ $offering->recorder?->name ?? 'System' }}
Notes
{{ $offering->notes }}
{{ church_setting('church_tagline', 'Growing in Grace') }}