@extends('theme::layout') @section('title', $gallery->name) @section('content') @include('theme::_hero_banner', [ 'heroTitle' => $gallery->name, 'heroSubtitle' => $gallery->description ?? null, 'breadcrumbs' => [ ['label' => 'Home', 'url' => route('web.home')], ['label' => 'Gallery', 'url' => route('web.gallery')], ['label' => $gallery->name], ], ])
No photos in this album yet.
@endif