@extends('theme::layout') @section('title', 'Gallery') @section('content') @include('theme::_hero_banner', [ 'heroTitle' => 'Gallery', 'heroSubtitle' => 'A glimpse into our community life and celebrations', 'breadcrumbs' => [ ['label' => 'Home', 'url' => route('web.home')], ['label' => 'Gallery'], ], ])
{{ $album->description }}
@endif{{ $album->photos_count }} {{ Str::plural('photo', $album->photos_count) }}
No albums found.
@endforelse