@extends('layouts.app') @section('title', 'Prettyaraab Foundation - Islamic Charity & Humanitarian Aid in Nigeria') @section('description', 'Prettyaraab Foundation is a leading Islamic charity organization in Nigeria providing food distribution, education support, shelter, and Zakat services to communities in need. Join us in serving humanity with compassion and Islamic values.') @section('keywords', 'Islamic charity Nigeria, humanitarian aid, food distribution, education support, Zakat, Islamic foundation, charity organization, community development, poverty alleviation, orphan care, Nigeria NGO, Islamic values, compassionate giving, Muslim charity, halal charity') @section('og_title', 'Prettyaraab Foundation - Islamic Charity & Humanitarian Aid in Nigeria') @section('og_description', 'Leading Islamic charity in Nigeria providing food, education, shelter & Zakat services. Serving humanity with Islamic values and compassion.') @section('twitter_title', 'Prettyaraab Foundation - Islamic Charity Nigeria') @section('twitter_description', 'Islamic charity providing humanitarian aid, food distribution, education & Zakat services in Nigeria.') @section('content')

{{ $heroTitle ?: 'Making a Difference Together' }}

{{ $heroSubtitle ?: 'Join us in creating positive change in communities around the world through sustainable development and impactful projects.' }}

About Our Foundation

{{ $introText ?: 'Our foundation is dedicated to creating lasting positive change in communities worldwide. Through innovative projects, sustainable development initiatives, and community partnerships, we work tirelessly to address critical needs and build a better future for all.' }}

@php $impacts = \App\Models\Impact::active()->ordered()->get(); @endphp @if($impacts->count() > 0)

Our Impact

See the difference we're making in communities

@foreach($impacts as $impact)
{{ $impact->number }}
{{ $impact->unit }}

{{ $impact->title }}

{{ $impact->description }}

@endforeach
@endif

Latest Projects

Discover our most recent initiatives making a difference

@if($featuredProjects->count() > 0)
@foreach($featuredProjects as $project)
@if($project->firstImage()) {{ $project->title }} @else
@endif

{{ $project->title }}

{{ Str::limit($project->description, 120) }}

{{ $project->project_date->format('M d, Y') }} Learn More →
@endforeach
@else

No featured projects available at the moment.

@endif

Ready to Make a Difference?

Join us in our mission of creating positive change in communities worldwide.

@endsection