|
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.
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
@endif
|