@extends('layouts.admin') @section('title', 'Tithe Receipt') @section('page-title', 'Tithe Receipt') @section('page-subtitle', $tithe->receipt_number) @section('content')
Tithe 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
{{ $tithe->receipt_number }}
Member
{{ $tithe->member->full_name }}
{{ $tithe->member->member_id }}
Church
{{ $tithe->church->name ?? 'N/A' }}
Payment Date
{{ $tithe->payment_date->format('F d, Y') }}
Month
{{ \Carbon\Carbon::parse($tithe->month . '-01')->format('F Y') }}
Payment Method
{{ ucwords(str_replace('_', ' ', $tithe->payment_method)) }}
Recorded By
{{ $tithe->recorder->name ?? 'System' }}
Transaction Reference
{{ $tithe->transaction_reference }}
Notes
{{ $tithe->notes }}
Thank you for your tithe! {{ church_setting('church_tagline', 'Growing in Grace') }}