⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.162
Server IP:
147.93.29.146
Server:
Linux server.tagooz.co 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webstoremaker
/
www
/
storage
/
framework
/
views
/
View File Name :
600740faf3efc2e461f4952f4c79f99a679c3e30.php
<?php $__env->startSection('pagename'); ?> - <?php echo e(__('Templates')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('meta-description', !empty($seo) ? $seo->website_template_description : ''); ?> <?php $__env->startSection('meta-keywords', !empty($seo) ? $seo->website_template_keywords : ''); ?> <?php $__env->startSection('breadcrumb-title'); ?> <?php echo e(__('Templates')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('breadcrumb-link'); ?> <?php echo e(__('Templates')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Template Start --> <div class="template-area ptb-120"> <div class="container"> <div class="row justify-content-center"> <?php $__currentLoopData = $templates; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $template): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 col-sm-6" data-aos="fade-up"> <div class="card text-center mb-40"> <div class="card-image"> <div class="lazy-container"> <img class="lazyload lazy-image" data-src="<?php echo e(asset('assets/front/img/template-previews/' . $template->template_img)); ?>" alt="Demo Image" /> </div> <div class="hover-show"> <a href="<?php echo e(detailsUrl($template)); ?>" target="_self" class="btn-icon rounded-circle" title="View Details"> <i class="fal fa-link"></i> </a> </div> </div> <h4 class="card-title"> <a href="<?php echo e(detailsUrl($template)); ?>" title="Link" target="_self"> <?php echo e(__($template->template_name)); ?> </a> </h4> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <nav class="pagination-nav" data-aos="fade-up"> <ul class="pagination justify-content-center mb-0"> <?php echo e($templates->links()); ?> </ul> </nav> </div> </div> <!-- Template End --> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/webstoremaker/public_html/resources/views/front/templates.blade.php ENDPATH**/ ?>