Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/storage/framework/views/ |
<div class="gray-background portfolios row">
<?php $__currentLoopData = $results; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $event): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<!-- <div class="col-md-3 event_wrapper">
<div class="portfolio-image">
<div class="thumbnail"><a href="<?php echo e($event->url); ?>"><img class="img-responsive" src="<?php echo e(asset($event->image_feature_url)); ?>" title="<?php echo e($event->title); ?>"/></a></div>
</div>
<div class="portfolio_details">
<div class="event-title"><a href="<?php echo e($event->url); ?>"><?php echo e($event->title); ?></a></div>
<div class="event-description">
<?php echo e($event->excerpt); ?>
</div>
</div>
<a href="<?php echo e($event->url); ?>" class="btn-view-event">VIEW EVENT</a>
</div> -->
<div class="vamtam-project">
<div class="portfolio-item-wrapper col-md-3 event_wrapper">
<div class="portfolio_details">
<span>
<h3 class="title">
<a href="<?php echo e($event->url); ?>" class="project-title " target="_self"><?php echo e($event->title); ?></a>
</h3>
<div class="excerpt"><a href="<?php echo e($event->url); ?>" class="" target="_self"><p><!-- <?php echo e($event->excerpt); ?> --></p>
</a></div>
</span>
<a href="<?php echo e($event->url); ?>" target="_self" class="portfolio-outer-link"></a>
</div>
<div class="portfolio-image">
<div class="thumbnail">
<a href="<?php echo e($event->url); ?>" class="meta " target="_self">
<img class="img-responsive" src="<?php echo e(asset($event->image_feature_url)); ?>" title="<?php echo e($event->title); ?>"/></a>
</div>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php /**PATH /home/tradze/public_html/app/Modules/Pages/Resources/Views/frontend_new/partial_events.blade.php ENDPATH**/ ?>