{{-- Loop through the array of image sources to create a new page for each --}} @foreach ($imagePaths as $index => $imageData) {{-- Add a page break after each image, except for the last one --}} @if (!$loop->last)
@endif @endforeach