@extends('layouts.app') @section('title', $album->title) @section('page-title', 'Photo Gallery') @section('content')
@if($album->event_date) {{ $album->event_date->format('d M Y') }} · @endif {{ $album->photos->count() }} photos · by {{ $album->creator->name ?? 'Admin' }}
@if($album->description){{ $album->description }}
@endif{{ $photo->caption }}
No photos in this album yet