@extends('layouts.greetings', [ 'title' => 'Photo Album', 'bodyClass' => 'theme theme--' . $theme, 'fontUrl' => $fontUrl, 'bodyStyle' => $bodyStyle, ]) @section('content')

Album

{{ $albumTitle }}

{{ $albumSubtitle }}

@if ($photos->isEmpty())

No photos were added for this greeting.

@else
Photo Album
Album page
Album page

Swipe or use arrows to flip pages

1 / {{ count($photos) }}
@endif
@push('scripts') @endpush @endsection