One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
Edit File Name :
1fc17a00021ba231535b294e21c7465159417140.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/business/public_html/resources/views/front/templates.blade.php ENDPATH**/ ?>
Save