@extends('layouts.main') @section('title', 'Give - Grace Family Church') @section('meta_description', 'Support the mission of Grace Family Church. Give via bank transfer or SnapScan. Your generosity enables church work, missionaries, and community programs.') @section('content')

Support the Mission

Your generosity enables us to support church work, missionaries, and community programs.

"Each one must give as he has decided in his heart, not reluctantly or under compulsion, for God loves a cheerful giver."
- 2 Corinthians 9:7 (ESV)

If you'd like to invest in the work done in and through Grace Family Church, you can do so in the following ways. Every gift, no matter the size, makes a difference.

Banking Details

@php $gBank = setting('giving.bank_name'); $gAccName = setting('giving.account_name', 'Grace Family Church'); $gAccNo = setting('giving.account_number'); $gBranch = setting('giving.branch_code'); @endphp @if($gAccNo || $gBank)
@if($gBank)
Bank: {{ $gBank }}
@endif @if($gAccName)
Account Name: {{ $gAccName }}
@endif @if($gAccNo)
Account Number: {{ $gAccNo }}
@endif @if($gBranch)
Branch Code: {{ $gBranch }}
@endif
Reference: Your Name / Offering
@else
Our banking details are available on request — please contact the church office.
@endif

{{ setting('giving.instructions', 'Use your name as the payment reference.') }}

EFT & Online Giving

Give securely from anywhere using the banking details provided. EFT and recurring debit orders are the simplest way to support the church regularly.

{{ setting('giving.instructions', 'Use your name as the payment reference. For giving queries, please contact the church office.') }}

Other Ways to Give

In-Person

Offering bags are available during our Sunday worship service.

Recurring Giving

Set up a monthly debit order using the banking details above.

Special Offerings

Contact us for missions, building fund, or specific ministry giving.

Thank You for Your Generosity

Your giving supports our church family, community outreach, and the spread of the Gospel. If you have any questions about giving, please don't hesitate to reach out.

Contact Us
@endsection