@extends('layouts.app') @section('title', 'Photo Albums - ' . ($siteSettings->siteName ?? 'IPC Shalom Chicago')) @section('content')

PHOTO ALBUMS

MEMORIES & ACTIVITIES OF IPC SHALOM CHICAGO

Want to become a part of {{ $siteSettings->siteName ?? 'IPC Shalom Chicago' }}?

Our Photo Gallery

Browse through the visual memories of our church family and programs

@forelse($albums as $album)
{{ $album->albumName }}
{{ $album->photos->count() }}

{{ $album->albumName }}

@empty

No photo albums available at the moment.

@endforelse

Join Us in Worship

@csrf
@endsection