@extends('layouts.app') @section('title', 'Transform African Ministries - Sponsor a Child') @section('content')

EMPOWERING FAMILIES,
TRANSFORMING COMMUNITIES

Transform African Ministries exists to disciple and empower people for transformation in Jesus’ name. Join our 5 to 7 year journey walking alongside children and families through education, discipleship, and economic empowerment.

5-7

Years Commitment

$50

Per Child Monthly

100%

Family-Centered

Children participating in Transform African Ministries activities

About the Child Sponsorship Program

embracing children

A Christ-centered Africa transformed through empowered children, families, and communities. We believe every child carries God-given dignity and purpose, and deserves an opportunity to grow in faith, education, and hope.

Core Program Components

Our holistic approach addresses the spiritual, educational, and economic needs of children and their families for long-term transformation.

Children gathered during discipleship activities Spiritual Foundation

Discipleship

Spiritual mentorship and Christian discipleship guide children and families toward resilient faith, purpose, and lasting character formation.

Included Learn More →
Children supported through school sponsorship 5-7 Years

Child Education

School fees, scholastic materials, uniforms, and mentorship sustain each child’s academic journey from primary through secondary pathways.

Primary Focus Learn More →
Youth and caregivers participating in livelihoods training Family-Centered

Family Economic Empowerment

Caregivers receive practical business and savings support to strengthen household income and reduce long-term dependency.

Sustainability Learn More →

Meet Our Children

Each child is waiting for a sponsor to walk alongside them for 5–7 years. Choose a child to begin your transformational journey.

@foreach ($featuredChildren as $child)
{{-- Photo --}}
@if($child->photo_url) {{ $child->first_name }} {{ $child->last_name }} @else
@endif {{-- ID badge --}} {{ $child->public_id }} {{-- Status badge --}} Available
{{-- Body --}}

{{ $child->first_name }} {{ $child->last_name }}

{{ $child->age }} yrs  •  {{ ucfirst($child->gender) }}  •  {{ $child->country }}

@if($child->school_level)

{{ $child->school_level }}

@endif

{{ Str::limit($child->bio, 110) }}

{{-- Footer --}}

Monthly

{{ $child->formatted_monthly_cost }}

Sponsor
@endforeach
{{-- View all --}}
@endsection