@if($logoDataUri) Brand logo @else
{{ config('app.name', 'Umbrella Photo Booth') }}
@endif
Photo Delivery
Here are your photos!

Hello {{ $session->guest_name ?: 'there' }},

Your photo booth session is complete and your photos are ready.

@if($downloadUrl)

Your file package is large, so we prepared a secure download link valid for 72 hours.

Download Your Photos

If the button does not work, copy and paste this URL into your browser:
{{ $downloadUrl }}

@else
Your photos are attached to this email.
@endif @if(!empty($previewImages))

Preview

@foreach($previewImages as $preview) @if(($loop->iteration % 3) === 0 && ! $loop->last) @endif @endforeach
{{ $preview['label'] }}
@endif

Photos taken at {{ $session->user?->company_name ?: ($session->user?->name ?: config('app.name', 'Umbrella Photo Booth')) }}'s Photo Booth.

{{ $privacyNote }}