{{-- Decorative Background Elements --}}
Moments

Gallery

Visual stories from our events, conferences, and community gatherings.

@foreach($gallery->take(8) as $item)
{{ $item->title ?? 'Gallery Image' }} {{-- Dark Overlay --}}
{{-- Actions --}}
{{-- Zoom Button --}} {{-- Download Button --}}
{{-- Title at bottom --}} @if($item->title)

{{ $item->title }}

@endif
@endforeach
@if($gallery->isEmpty())

No images available yet.

@endif {{-- View Full Gallery Link --}}
{{-- Simple Lightbox Modal --}}