@extends('layouts.app') @section('content')
{{-- Header --}}

Our Gallery

A comprehensive visual archive of our journey, events, and community moments.

{{-- Masonry / Grid --}} @if($gallery->count() > 0)
@foreach($gallery as $item)
{{ $item->title }} {{-- Overlay --}}
{{ $item->title }}
@endforeach
@else

No images found in the gallery.

@endif
{{-- Reusing the Lightbox from the component or defining it again --}} @endsection