<?php $__currentLoopData = $places; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $place): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a href="#" class="single-location" data-index="<?php echo e($loop->index); ?>" data-lat="<?php echo e($place['lat']); ?>" data-lng="<?php echo e($place['lng']); ?>" data-content="<?php echo e($place['name']); ?>"> <div class="single-location__title"><?php echo e($place['name']); ?> </div> <div class="single-location__subtitle"><i class="ion-ios-location mr-8"></i><?php echo e($place['address']); ?> </div> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>