@extends('theme::layouts.app') @section('title', 'The Kamal Foundation | Empowering Communities') @section('content') {{-- ============ HERO SLIDER ============ --}}
@if($heroSlides->count() > 0)
{{-- Text Column --}}
@foreach($heroSlides as $index => $slide)

{{ \App\Models\Setting::get('site_name', config('kamal.identity.name')) }}

{!! nl2br(e($slide->title)) !!}

@if($slide->subtitle)

{{ $slide->subtitle }}

@endif @if($slide->description)

{{ $slide->description }}

@endif
@if($slide->button_text) {{ $slide->button_text }} @endif @if($slide->button2_text) {{ $slide->button2_text }} @endif
@endforeach {{-- Dots --}} @if($heroSlides->count() > 1)
@foreach($heroSlides as $index => $slide) @endforeach
@endif
{{-- Image Column --}}
@foreach($heroSlides as $index => $slide)
@if($slide->image) {{ $slide->title }} @else
📚

Slide {{ $index + 1 }} image

@endif
@endforeach {{-- Arrows --}} @if($heroSlides->count() > 1) @endif
@endif
{{-- ============ IMPACT STATS ============ --}}

Our Impact

A Legacy of
Lasting Change

@forelse($impactStats as $stat)
{{ number_format($stat->value) }}{{ $stat->suffix }}
{{ $stat->label }}
@empty

No stats yet.

@endforelse
{{-- ============ PROGRAMS ============ --}}
{{-- ============ JOURNEY / TIMELINE ============ --}}

Our Journey

From Farhat Yasmin
to Farhat Kamal

What began as a dream in 1999 has grown into a legacy of hope, education and empowerment. Explore the journey of The Kamal Foundation and the vision behind it all.

View Our Journey
@foreach($timelinePreview as $event)
{{ $event->year }}

{{ $event->title }}

{{ $event->description }}

@endforeach
{{-- ============ FOUNDER ============ --}}
@if(file_exists(public_path('themes/kamal-foundation/founder.jpg'))) Founder @else
👤

Founder photo

@endif

Our Founder

A Vision That
Changed Lives

From Farhat Yasmin to Farhat Kamal a journey of compassion, courage and commitment to serve those in need. Her vision continues to inspire generations.

"{{ \App\Models\Setting::get('founder_quote', 'True success is not in what we gain, but in what we give back to society.') }}"

— {{ \App\Models\Setting::get('founder_name', 'Farhat Kamal') }}

Learn More About Our Founder
{{-- ============ CTA BANNER ============ --}}

Be Part of the Change

Together, we can create more opportunities, stronger communities and a brighter future for generations to come.

{{-- ============ NEWS ============ --}}

News & Updates

Latest News & Updates

@if($latestPosts->count() > 0) @else

No news articles yet.

Add them from the admin panel at /kamal-panel/posts

@endif
@endsection