@extends('components.app-layout') @section('title', 'Record Member Payment') @section('subtitle', 'Record tithe, offering or other member payment') @section('content')

Record Payment

Create a new member contribution record

Auto-generated receipt
SMS notification
@csrf
@error('member_id')

{{ $message }}

@enderror
@error('payment_type')

{{ $message }}

@enderror
@error('amount')

{{ $message }}

@enderror
@error('payment_date')

{{ $message }}

@enderror
@error('payment_method')

{{ $message }}

@enderror

Auto-Generated Documents

Receipt and invoice numbers will be automatically generated

Receipt Number

Format: RCP-YYYYMMDD-0001

Invoice Number

Format: INV-YYYY-000001

@error('receipt_number')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror
Cancel

SMS Notification

An SMS confirmation will be automatically sent to the member after recording this payment.

  • • Payment confirmation with reference number
  • • Amount and payment type details
  • • Thank you message from the church

Payment Types

Tithe: 10% of income offering

Offering: General church offering

Welfare: Support for church welfare programs

Building Fund: Church construction/renovation

Special Offering: Special events or causes

Thanksgiving: Gratitude offerings

@push('scripts') @endpush @endsection