@extends('layouts.app') @section('content') @if($sliders->isEmpty())
Empowering Communities

Where Kindness Meets Action

Join us in transforming lives through education, events, and volunteer action.

@auth
✏️ Setup Slider
@endauth
@else
@foreach($sliders as $slider)
@if($slider->subtitle) {{ $slider->subtitle }} @endif

{{ $slider->title }}

@if($slider->description)

{{ $slider->description }}

@endif
@if($slider->button_text) {{ $slider->button_text }} @endif Learn More
@endforeach
@auth
✏️ Manage Slider
@endauth
@endif

What We Do

Making a real difference in the lives of people and communities

📚

Education

Quality education and skill development programs for underprivileged communities

Learn More →
🎯

Events

Community events and workshops that bring people together for positive change

View Events →
🤝

Volunteering

Join our volunteer network and make a direct impact in your community

Get Involved →

Our Impact

See the difference we're making in communities

@auth
✏️ Edit Stats
@endauth
@foreach($impacts as $impact)

{{ $impact->value }}

{{ $impact->label }}

@endforeach

Latest Updates

Stories and news from our community

@forelse($latestPosts as $post) @empty
✍️

Our Stories

Read about our impact, volunteer experiences, and latest community updates.

View Blog →
@endforelse

Upcoming Events

Join us and be part of the change

@forelse($upcomingEvents as $event)
@if($event->image_path)
{{ $event->title }}
@endif
{{ $event->event_date->format('M d, Y') }}

{{ $event->title }}

{{ Str::limit($event->description, 100) }}

Event Details →
@empty
📅

Event Calendar

Check our calendar for workshops, fundraisers, and community meetups. Register now!

See Calendar →
@endforelse
@endsection