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