<?php if(is_array($images)): ?> <?php $__currentLoopData = $images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $image): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="item <?php if($loop->first): ?> active <?php endif; ?>"> <a href="/files/<?php echo e($image); ?>" data-fancybox="propertyPhotoGallery2" class="img-wrap2"><img src="/files/<?php echo e($image); ?>" /></a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?>