Files
rohini-web/storage2/framework/views/72ef267a4dc5527f3164a7f81e1ef478.php
2025-12-28 12:16:05 +05:45

24 lines
1.3 KiB
PHP

<!-- Counter One Start -->
<section class="counter-one">
<div class="container">
<div class="counter-one__inner">
<div class="counter-one__bg" style="background-image: url('rohini/assets/images/backgrounds/counter-one-bg.png');">
</div>
<ul class="counter-one__count-list list-unstyled">
<?php $__currentLoopData = $counters; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $counter): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li class="wow fadeInUp" data-wow-delay="100ms">
<div class="icon"> <span class="<?php echo e($counter->icon); ?>"></span> </div>
<div class="content count-box">
<h3 class="count-text">
<span data-stop="2000" data-speed="10"><?php echo e($counter->counter); ?></span>+
</h3>
<p><?php echo e($counter->title); ?></p>
</div>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
</div>
</div>
</section>
<!-- Counter One End -->
<?php /**PATH D:\installed\xampp\htdocs\bib\Consultancy-CCMS\resources\views/client/rohini/pages/partials/counter.blade.php ENDPATH**/ ?>