@extends('layouts.app') @section('title', 'Gallery - Prettyaraab Foundation | Photos & Videos of Islamic Charity Work') @section('description', 'View photos and videos from Prettyaraab Foundation\'s humanitarian projects in Nigeria. See our food distribution, education support, shelter programs, and community development initiatives in action.') @section('keywords', 'Prettyaraab Foundation gallery, Islamic charity photos Nigeria, humanitarian aid videos, food distribution images, education support photos, charity work gallery, community development videos, Nigeria NGO gallery') @section('og_title', 'Gallery - Prettyaraab Foundation Islamic Charity Work') @section('og_description', 'View photos and videos from our humanitarian projects: food distribution, education support, and community development in Nigeria.') @section('twitter_title', 'Prettyaraab Foundation Gallery - Islamic Charity Work') @section('twitter_description', 'See photos and videos from our humanitarian projects and community development work in Nigeria.') @section('content')

Gallery

Explore photos and videos from our projects and community initiatives

@if($images->count() > 0)
@foreach($images as $image)
{{ $image->alt_text ?: $image->project->title }}

{{ $image->project->title }}

@endforeach
{{ $images->links() }}
@else

No Photos Available

Check back soon for new photos from our projects.

@endif
@endsection