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

{{ strtoupper($album->albumName) }}

ALBUM PHOTO GALLERY

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

{{ $album->albumName }}

{{ $photos->count() }} photos in this album

@forelse($photos as $index => $photo)
{{ $photo->gphotoCourse ?? 'Gallery Photo' }}
@if($photo->gphotoCourse && $photo->gphotoCourse !== 'None')

{{ $photo->gphotoCourse }}

@endif
@empty

No photos in this album yet.

@endforelse

Join Us in Worship

@csrf
@endsection @section('scripts') @endsection